NetAppNameAvailabilityResourceType Struct

Definition

Resource type used for verification.

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

Constructors

Name Description
NetAppNameAvailabilityResourceType(String)

Initializes a new instance of NetAppNameAvailabilityResourceType.

Properties

Name Description
MicrosoftNetAppNetAppAccounts

Gets the MicrosoftNetAppNetAppAccounts.

MicrosoftNetAppNetAppAccountsBackupVaultsBackups

ANF Backup under a volume , deprecated, use Microsoft.NetApp/netAppAccounts/backupVaults/backups instead.

MicrosoftNetAppNetAppAccountsCapacityPools

Gets the MicrosoftNetAppNetAppAccountsCapacityPools.

MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes

Gets the MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes.

MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesBackups

ANF Backup under a Backup Vault.

MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots

Gets the MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots.

Methods

Name Description
Equals(NetAppNameAvailabilityResourceType)

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

Determines if two NetAppNameAvailabilityResourceType values are the same.

Implicit(String to NetAppNameAvailabilityResourceType)

Converts a string to a NetAppNameAvailabilityResourceType.

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

Determines if two NetAppNameAvailabilityResourceType values are not the same.

Applies to