Share via


RolloutStep.ResourceOperations Property

Definition

Gets set of resource operations that were performed, if any, on an Azure resource.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceOperations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation> ResourceOperations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceOperations")>]
member this.ResourceOperations : System.Collections.Generic.IList<Microsoft.Azure.Management.DeploymentManager.Models.ResourceOperation>
Public ReadOnly Property ResourceOperations As IList(Of ResourceOperation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to