Sprog

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

Name Description
MachineLearningWorkspaceQuotaStatus(String)

Initializes a new instance of MachineLearningWorkspaceQuotaStatus.

Properties

Name Description
Failure

Gets the Failure.

InvalidQuotaBelowClusterMinimum

Gets the InvalidQuotaBelowClusterMinimum.

InvalidQuotaExceedsSubscriptionLimit

Gets the InvalidQuotaExceedsSubscriptionLimit.

InvalidVmFamilyName

Gets the InvalidVmFamilyName.

InvalidVMFamilyName

Gets the InvalidVMFamilyName.

OperationNotEnabledForRegion

Gets the OperationNotEnabledForRegion.

OperationNotSupportedForSku

Gets the OperationNotSupportedForSku.

Success

Gets the Success.

Undefined

Gets the Undefined.

Methods

Name Description
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

Name Description
Equality(MachineLearningWorkspaceQuotaStatus, MachineLearningWorkspaceQuotaStatus)

Determines if two MachineLearningWorkspaceQuotaStatus values are the same.

Implicit(String to MachineLearningWorkspaceQuotaStatus)

Converts a string to a MachineLearningWorkspaceQuotaStatus.

Implicit(String to Nullable<MachineLearningWorkspaceQuotaStatus>)
Inequality(MachineLearningWorkspaceQuotaStatus, MachineLearningWorkspaceQuotaStatus)

Determines if two MachineLearningWorkspaceQuotaStatus values are not the same.

Applies to