Megosztás a következőn keresztül:


MediaServicesStorageAccountType Struct

Definition

The type of the storage account.

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

Constructors

MediaServicesStorageAccountType(String)

Initializes a new instance of MediaServicesStorageAccountType.

Properties

Primary

The primary storage account for the Media Services account.

Secondary

A secondary storage account for the Media Services account.

Methods

Equals(MediaServicesStorageAccountType)

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

Determines if two MediaServicesStorageAccountType values are the same.

Implicit(String to MediaServicesStorageAccountType)

Converts a string to a MediaServicesStorageAccountType.

Inequality(MediaServicesStorageAccountType, MediaServicesStorageAccountType)

Determines if two MediaServicesStorageAccountType values are not the same.

Applies to