Class AccountStorageAccount
Inheritance
System.Object
AccountStorageAccount
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MediaServices.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountStorageAccount
Fields
View SourceId
Specifies the ID of the Storage Account that will be associated with the Media Services instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsPrimary
Specifies whether the storage account should be the primary account or not. Defaults to false.
Declaration
public readonly bool? IsPrimary
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |