PSServerEndpointProvisioningStatus.ProvisioningStepStatuses 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.
Gets provisioning Step status information for each step in the provisioning process
public System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpointProvisioningStepStatus> ProvisioningStepStatuses { get; set; }
member this.ProvisioningStepStatuses : System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Models.PSServerEndpointProvisioningStepStatus> with get, set
Public Property ProvisioningStepStatuses As IList(Of PSServerEndpointProvisioningStepStatus)