Share via


StorageDnsEndpointType Struct

Definition

Allows you to specify the type of endpoint. Set this to AzureDNSZone to create a large number of accounts in a single subscription, which creates accounts in an Azure DNS Zone and the endpoint URL will have an alphanumeric DNS Zone identifier.

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

Constructors

StorageDnsEndpointType(String)

Initializes a new instance of StorageDnsEndpointType.

Properties

AzureDnsZone

AzureDnsZone.

Standard

Standard.

Methods

Equals(StorageDnsEndpointType)

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

Determines if two StorageDnsEndpointType values are the same.

Implicit(String to StorageDnsEndpointType)

Converts a string to a StorageDnsEndpointType.

Inequality(StorageDnsEndpointType, StorageDnsEndpointType)

Determines if two StorageDnsEndpointType values are not the same.

Applies to