ArmHybridNetworkModelFactory.ArtifactStorePropertiesFormat 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 ArtifactStorePropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.ArtifactStorePropertiesFormat ArtifactStorePropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactStoreType? storeType = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactReplicationStrategy? replicationStrategy = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactStorePropertiesFormatManagedResourceGroupConfiguration managedResourceGroupConfiguration = default, Azure.Core.ResourceIdentifier storageResourceId = default);
static member ArtifactStorePropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactStoreType> * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactReplicationStrategy> * Azure.ResourceManager.HybridNetwork.Models.ArtifactStorePropertiesFormatManagedResourceGroupConfiguration * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridNetwork.Models.ArtifactStorePropertiesFormat
Public Shared Function ArtifactStorePropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional storeType As Nullable(Of ArtifactStoreType) = Nothing, Optional replicationStrategy As Nullable(Of ArtifactReplicationStrategy) = Nothing, Optional managedResourceGroupConfiguration As ArtifactStorePropertiesFormatManagedResourceGroupConfiguration = Nothing, Optional storageResourceId As ResourceIdentifier = Nothing) As ArtifactStorePropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the application groups resource.
- storeType
- Nullable<ArtifactStoreType>
The artifact store type.
- replicationStrategy
- Nullable<ArtifactReplicationStrategy>
The replication strategy.
- managedResourceGroupConfiguration
- ArtifactStorePropertiesFormatManagedResourceGroupConfiguration
- storageResourceId
- ResourceIdentifier
The created storage resource id.
Returns
A new ArtifactStorePropertiesFormat instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET