Show / Hide Table of Contents

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 Source

Id

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

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