StorageAccountType Struct

Definition

Defines values for StorageAccountType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAccountTypeConverter))]
public struct StorageAccountType : IEquatable<Microsoft.Azure.Management.Media.Models.StorageAccountType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StorageAccountTypeConverter))>]
type StorageAccountType = struct
Public Structure StorageAccountType
Implements IEquatable(Of StorageAccountType)
Inheritance
StorageAccountType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Primary

The primary storage account for the Media Services account.

Secondary

A secondary storage account for the Media Services account.

Methods

Equals(Object)

Overrides Equals operator for StorageAccountType

Equals(StorageAccountType)

Compares enums of type StorageAccountType

GetHashCode()

Returns for hashCode StorageAccountType

ToString()

Returns string representation for StorageAccountType

Operators

Equality(StorageAccountType, StorageAccountType)

Overriding == operator for enum StorageAccountType

Implicit(StorageAccountType to String)

Implicit operator to convert StorageAccountType to string

Implicit(String to StorageAccountType)

Implicit operator to convert string to StorageAccountType

Inequality(StorageAccountType, StorageAccountType)

Overriding != operator for enum StorageAccountType

Applies to