Condividi tramite


DataProtectionAksVolumeType Struct

Definition

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

Constructors

Name Description
DataProtectionAksVolumeType(String)

Initializes a new instance of DataProtectionAksVolumeType.

Properties

Name Description
AzureDisk

Gets the AzureDisk.

AzureFileShareSMB

Gets the AzureFileShareSMB.

Methods

Name Description
Equals(DataProtectionAksVolumeType)

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

Determines if two DataProtectionAksVolumeType values are the same.

Implicit(String to DataProtectionAksVolumeType)

Converts a string to a DataProtectionAksVolumeType.

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

Determines if two DataProtectionAksVolumeType values are not the same.

Applies to