Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZoneDeleteResult

Package version

The response to a Zone Delete operation.

Hierarchy

  • ZoneDeleteResult

Index

Properties

Optional azureAsyncOperation

azureAsyncOperation: undefined | string

Users can perform a Get on Azure-AsyncOperation to get the status of their delete Zone operations.

Optional requestId

requestId: undefined | string

Optional status

Possible values include: 'InProgress', 'Succeeded', 'Failed'

Optional statusCode

statusCode: HttpStatusCode

Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'

Generated using TypeDoc