ArmHybridNetworkModelFactory.ArtifactStorePropertiesFormat Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
- provisioningState
- Nullable<ProvisioningState>
Der Bereitstellungsstatus der Anwendungsgruppenressource.
- storeType
- Nullable<ArtifactStoreType>
Der Artefaktspeichertyp.
- replicationStrategy
- Nullable<ArtifactReplicationStrategy>
Die Replikationsstrategie.
- managedResourceGroupConfiguration
- ArtifactStorePropertiesFormatManagedResourceGroupConfiguration
- storageResourceId
- ResourceIdentifier
Die id der erstellten Speicherressource.
Gibt zurück
Eine neue ArtifactStorePropertiesFormat instance zum Mocking.