File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
sdk/resources/azure-mgmt-resource/azure/mgmt/resource/resources/v2020_06_01/models Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -366,9 +366,12 @@ class DeploymentOperationProperties(Model):
366366 :vartype duration: str
367367 :ivar service_request_id: Deployment operation service request id.
368368 :vartype service_request_id: str
369- :ivar status_code: Operation status code.
369+ :ivar status_code: Operation status code from the resource provider. This
370+ property may not be set if a response has not yet been received.
370371 :vartype status_code: str
371- :ivar status_message: Operation status message.
372+ :ivar status_message: Operation status message from the resource provider.
373+ This property is optional. It will only be provided if an error was
374+ received from the resource provider.
372375 :vartype status_message:
373376 ~azure.mgmt.resource.resources.v2020_06_01.models.StatusMessage
374377 :ivar target_resource: The target resource.
Original file line number Diff line number Diff line change @@ -366,9 +366,12 @@ class DeploymentOperationProperties(Model):
366366 :vartype duration: str
367367 :ivar service_request_id: Deployment operation service request id.
368368 :vartype service_request_id: str
369- :ivar status_code: Operation status code.
369+ :ivar status_code: Operation status code from the resource provider. This
370+ property may not be set if a response has not yet been received.
370371 :vartype status_code: str
371- :ivar status_message: Operation status message.
372+ :ivar status_message: Operation status message from the resource provider.
373+ This property is optional. It will only be provided if an error was
374+ received from the resource provider.
372375 :vartype status_message:
373376 ~azure.mgmt.resource.resources.v2020_06_01.models.StatusMessage
374377 :ivar target_resource: The target resource.
You can’t perform that action at this time.
0 commit comments