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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.