MediaServicesStorageAccountType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |