Freigeben über


CloudServicesNetworkStorageStatusStatus Struct

Definition

The status of the storage allocation for the cloud services network.

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

Constructors

Name Description
CloudServicesNetworkStorageStatusStatus(String)

Initializes a new instance of CloudServicesNetworkStorageStatusStatus.

Properties

Name Description
Available

Available.

ExpandingVolume

ExpandingVolume.

ExpansionFailed

ExpansionFailed.

Methods

Name Description
Equals(CloudServicesNetworkStorageStatusStatus)

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(CloudServicesNetworkStorageStatusStatus, CloudServicesNetworkStorageStatusStatus)

Determines if two CloudServicesNetworkStorageStatusStatus values are the same.

Implicit(String to CloudServicesNetworkStorageStatusStatus)

Converts a String to a CloudServicesNetworkStorageStatusStatus.

Inequality(CloudServicesNetworkStorageStatusStatus, CloudServicesNetworkStorageStatusStatus)

Determines if two CloudServicesNetworkStorageStatusStatus values are not the same.

Applies to