ArmMachineLearningModelFactory.MachineLearningCodeContainerProperties 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 MachineLearningCodeContainerProperties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties MachineLearningCodeContainerProperties (string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IDictionary<string,string> properties = default, bool? isArchived = default, string latestVersion = default, string nextVersion = default, Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState? provisioningState = default);
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties MachineLearningCodeContainerProperties (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isArchived = default, string latestVersion = default, string nextVersion = default, Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState? provisioningState = default);
static member MachineLearningCodeContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties
static member MachineLearningCodeContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeContainerProperties
Public Shared Function MachineLearningCodeContainerProperties (Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional latestVersion As String = Nothing, Optional nextVersion As String = Nothing, Optional provisioningState As Nullable(Of RegistryAssetProvisioningState) = Nothing) As MachineLearningCodeContainerProperties
Public Shared Function MachineLearningCodeContainerProperties (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional latestVersion As String = Nothing, Optional nextVersion As String = Nothing, Optional provisioningState As Nullable(Of RegistryAssetProvisioningState) = Nothing) As MachineLearningCodeContainerProperties
Parameters
- description
- String
The asset description text.
- tagsproperties
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
- propertiestags
- IDictionary<String,String>
The asset property dictionary.
- latestVersion
- String
The latest version inside this container.
- nextVersion
- String
The next auto incremental version.
- provisioningState
- Nullable<RegistryAssetProvisioningState>
Provisioning state for the code container.
Returns
A new MachineLearningCodeContainerProperties instance for mocking.
Applies to
Azure SDK for .NET