ArmProviderHubModelFactory.DefaultRolloutAutoProvisionConfig 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.
public static Azure.ResourceManager.ProviderHub.Models.DefaultRolloutAutoProvisionConfig DefaultRolloutAutoProvisionConfig(bool? isStorageEnabled = default, bool? isResourceGraphEnabled = default);
static member DefaultRolloutAutoProvisionConfig : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ProviderHub.Models.DefaultRolloutAutoProvisionConfig
Public Shared Function DefaultRolloutAutoProvisionConfig (Optional isStorageEnabled As Nullable(Of Boolean) = Nothing, Optional isResourceGraphEnabled As Nullable(Of Boolean) = Nothing) As DefaultRolloutAutoProvisionConfig
Parameters
Returns
A new DefaultRolloutAutoProvisionConfig instance for mocking.