ArmProviderHubModelFactory.CustomRolloutProperties Method
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.
Initializes a new instance of CustomRolloutProperties.
public static Azure.ResourceManager.ProviderHub.Models.CustomRolloutProperties CustomRolloutProperties(Azure.ResourceManager.ProviderHub.Models.ProviderHubProvisioningState? provisioningState = default, Azure.ResourceManager.ProviderHub.Models.CustomRolloutSpecification specification = default, Azure.ResourceManager.ProviderHub.Models.CustomRolloutStatus status = default);
static member CustomRolloutProperties : Nullable<Azure.ResourceManager.ProviderHub.Models.ProviderHubProvisioningState> * Azure.ResourceManager.ProviderHub.Models.CustomRolloutSpecification * Azure.ResourceManager.ProviderHub.Models.CustomRolloutStatus -> Azure.ResourceManager.ProviderHub.Models.CustomRolloutProperties
Public Shared Function CustomRolloutProperties (Optional provisioningState As Nullable(Of ProviderHubProvisioningState) = Nothing, Optional specification As CustomRolloutSpecification = Nothing, Optional status As CustomRolloutStatus = Nothing) As CustomRolloutProperties
Parameters
- provisioningState
- Nullable<ProviderHubProvisioningState>
The provisioned state of the resource.
- specification
- CustomRolloutSpecification
The specification.
- status
- CustomRolloutStatus
The status.
Returns
A new CustomRolloutProperties instance for mocking.