ArmHybridNetworkModelFactory.ArtifactStorePropertiesFormat Method

Definition

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.

storageResourceId
ResourceIdentifier

The created storage resource id.

Returns

A new ArtifactStorePropertiesFormat instance for mocking.

Applies to