Class AccountStorageAccountArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountStorageAccountArgs : ResourceArgs
Constructors
View SourceAccountStorageAccountArgs()
Declaration
public AccountStorageAccountArgs()
Properties
View SourceId
Specifies the ID of the Storage Account that will be associated with the Media Services instance.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsPrimary
Specifies whether the storage account should be the primary account or not. Defaults to false.
Declaration
public Input<bool> IsPrimary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |