Sdílet prostřednictvím


MachineLearningWorkspaceQuotaStatus Struct

Definition

Status of update workspace quota.

public readonly struct MachineLearningWorkspaceQuotaStatus : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceQuotaStatus>
type MachineLearningWorkspaceQuotaStatus = struct
Public Structure MachineLearningWorkspaceQuotaStatus
Implements IEquatable(Of MachineLearningWorkspaceQuotaStatus)
Inheritance
MachineLearningWorkspaceQuotaStatus
Implements

Constructors

MachineLearningWorkspaceQuotaStatus(String)

Initializes a new instance of MachineLearningWorkspaceQuotaStatus.

Properties

Failure

Failure.

InvalidQuotaBelowClusterMinimum

InvalidQuotaBelowClusterMinimum.

InvalidQuotaExceedsSubscriptionLimit

InvalidQuotaExceedsSubscriptionLimit.

InvalidVmFamilyName

InvalidVMFamilyName.

OperationNotEnabledForRegion

OperationNotEnabledForRegion.

OperationNotSupportedForSku

OperationNotSupportedForSku.

Success

Success.

Undefined

Undefined.

Methods

Equals(MachineLearningWorkspaceQuotaStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MachineLearningWorkspaceQuotaStatus, MachineLearningWorkspaceQuotaStatus)

Determines if two MachineLearningWorkspaceQuotaStatus values are the same.

Implicit(String to MachineLearningWorkspaceQuotaStatus)

Converts a string to a MachineLearningWorkspaceQuotaStatus.

Inequality(MachineLearningWorkspaceQuotaStatus, MachineLearningWorkspaceQuotaStatus)

Determines if two MachineLearningWorkspaceQuotaStatus values are not the same.

Applies to