ArmHybridNetworkModelFactory.ProxyArtifactOverviewPropertiesValue 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 ProxyArtifactOverviewPropertiesValue.
public static Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactOverviewPropertiesValue ProxyArtifactOverviewPropertiesValue (Azure.ResourceManager.HybridNetwork.Models.ArtifactType? artifactType = default, string artifactVersion = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactState? artifactState = default);
static member ProxyArtifactOverviewPropertiesValue : Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactType> * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactState> -> Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactOverviewPropertiesValue
Public Shared Function ProxyArtifactOverviewPropertiesValue (Optional artifactType As Nullable(Of ArtifactType) = Nothing, Optional artifactVersion As String = Nothing, Optional artifactState As Nullable(Of ArtifactState) = Nothing) As ProxyArtifactOverviewPropertiesValue
Parameters
- artifactType
- Nullable<ArtifactType>
The artifact type.
- artifactVersion
- String
The artifact version.
- artifactState
- Nullable<ArtifactState>
The artifact state.
Returns
A new ProxyArtifactOverviewPropertiesValue 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