ZoneDeleteResult Class
The response to a Zone Delete operation.
Constructor
ZoneDeleteResult(*, azure_async_operation: str | None = None, status: str | _models.OperationStatus | None = None, status_code: str | _models.HttpStatusCode | None = None, request_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
azure_async_operation
|
Users can perform a Get on Azure-AsyncOperation to get the status of their delete Zone operations. |
status
|
Known values are: "InProgress", "Succeeded", and "Failed". |
status_code
|
Known values are: "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", and "Continue". |
request_id
|
|
Variables
Name | Description |
---|---|
azure_async_operation
|
Users can perform a Get on Azure-AsyncOperation to get the status of their delete Zone operations. |
status
|
Known values are: "InProgress", "Succeeded", and "Failed". |
status_code
|
Known values are: "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", and "Continue". |
request_id
|
|
Azure SDK for Python