Show / Hide Table of Contents

Class AccountStorageAccountArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountStorageAccountArgs
Inherited Members
ResourceArgs.Empty
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 Source

AccountStorageAccountArgs()

Declaration
public AccountStorageAccountArgs()

Properties

View Source

Id

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.