RolloutStep.ResourceOperations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set of resource operations that were performed, if any, on an Azure resource.
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DeploymentManager.Models.ResourceOperation> ResourceOperations { get; }
member this.ResourceOperations : System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DeploymentManager.Models.ResourceOperation>
Public ReadOnly Property ResourceOperations As IReadOnlyList(Of ResourceOperation)