ArmHybridNetworkModelFactory.ArtifactManifestPropertiesFormat 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 ArtifactManifestPropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestPropertiesFormat ArtifactManifestPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState? artifactManifestState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.ManifestArtifactFormat> artifacts = default);
static member ArtifactManifestPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState> * seq<Azure.ResourceManager.HybridNetwork.Models.ManifestArtifactFormat> -> Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestPropertiesFormat
Public Shared Function ArtifactManifestPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional artifactManifestState As Nullable(Of ArtifactManifestState) = Nothing, Optional artifacts As IEnumerable(Of ManifestArtifactFormat) = Nothing) As ArtifactManifestPropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the ArtifactManifest resource.
- artifactManifestState
- Nullable<ArtifactManifestState>
The artifact manifest state.
- artifacts
- IEnumerable<ManifestArtifactFormat>
The artifacts list.
Returns
A new ArtifactManifestPropertiesFormat 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