ArmCognitiveServicesModelFactory.ClusterComputeProperties 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.
public static Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties ClusterComputeProperties(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errors = default, DateTimeOffset? createdOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool> pools = default, string subnetArmId = default);
static member ClusterComputeProperties : Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProvisioningState> * seq<Azure.ResponseError> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputePool> * string -> Azure.ResourceManager.CognitiveServices.Models.ClusterComputeProperties
Public Shared Function ClusterComputeProperties (Optional provisioningState As Nullable(Of CognitiveServicesComputeProvisioningState) = Nothing, Optional errors As IEnumerable(Of ResponseError) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional pools As IEnumerable(Of CognitiveServicesComputePool) = Nothing, Optional subnetArmId As String = Nothing) As ClusterComputeProperties
Parameters
- provisioningState
- Nullable<CognitiveServicesComputeProvisioningState>
Provisioning state of the compute resource.
- errors
- IEnumerable<ResponseError>
Error details for the compute resource.
- createdOn
- Nullable<DateTimeOffset>
Creation time of the compute resource.
Pools attached to this compute cluster.
- subnetArmId
- String
ARM ID of the subnet used for compute.
Returns
A new ClusterComputeProperties instance for mocking.