ArmMachineLearningComputeModelFactory.OperationalizationClusterData 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 OperationalizationClusterData.
public static Azure.ResourceManager.MachineLearningCompute.OperationalizationClusterData OperationalizationClusterData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string description = default, DateTimeOffset? createdOn = default, DateTimeOffset? modifiedOn = default, Azure.ResourceManager.MachineLearningCompute.Models.OperationStatus? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper> provisioningErrors = default, Azure.ResourceManager.MachineLearningCompute.Models.ClusterType? clusterType = default, string storageAccountResourceId = default, string containerRegistryResourceId = default, Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties containerService = default, string appInsightsResourceId = default, Azure.ResourceManager.MachineLearningCompute.Models.GlobalServiceConfiguration globalServiceConfiguration = default);
static member OperationalizationClusterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.MachineLearningCompute.Models.OperationStatus> * seq<Azure.ResourceManager.MachineLearningCompute.Models.ErrorResponseWrapper> * Nullable<Azure.ResourceManager.MachineLearningCompute.Models.ClusterType> * string * string * Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties * string * Azure.ResourceManager.MachineLearningCompute.Models.GlobalServiceConfiguration -> Azure.ResourceManager.MachineLearningCompute.OperationalizationClusterData
Public Shared Function OperationalizationClusterData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional description As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional modifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of OperationStatus) = Nothing, Optional provisioningErrors As IEnumerable(Of ErrorResponseWrapper) = Nothing, Optional clusterType As Nullable(Of ClusterType) = Nothing, Optional storageAccountResourceId As String = Nothing, Optional containerRegistryResourceId As String = Nothing, Optional containerService As AcsClusterProperties = Nothing, Optional appInsightsResourceId As String = Nothing, Optional globalServiceConfiguration As GlobalServiceConfiguration = Nothing) As OperationalizationClusterData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- description
- String
The description of the cluster.
- createdOn
- Nullable<DateTimeOffset>
The date and time when the cluster was created.
- modifiedOn
- Nullable<DateTimeOffset>
The date and time when the cluster was last modified.
- provisioningState
- Nullable<OperationStatus>
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
- provisioningErrors
- IEnumerable<ErrorResponseWrapper>
List of provisioning errors reported by the resource provider.
- clusterType
- Nullable<ClusterType>
The cluster type.
- storageAccountResourceId
- String
Storage Account properties.
- containerRegistryResourceId
- String
Container Registry properties.
- containerService
- AcsClusterProperties
Parameters for the Azure Container Service cluster.
- appInsightsResourceId
- String
AppInsights configuration.
- globalServiceConfiguration
- GlobalServiceConfiguration
Contains global configuration for the web services in the cluster.
Returns
A new OperationalizationClusterData instance for mocking.