Show / Hide Table of Contents

Class GetStorageContainerResult

Inheritance
System.Object
GetStorageContainerResult
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.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetStorageContainerResult

Fields

View Source

ContainerAccessType

The Access Level configured for this Container.

Declaration
public readonly string ContainerAccessType
Field Value
Type Description
System.String
View Source

HasImmutabilityPolicy

Is there an Immutability Policy configured on this Storage Container?

Declaration
public readonly bool HasImmutabilityPolicy
Field Value
Type Description
System.Boolean
View Source

HasLegalHold

Is there a Legal Hold configured on this Storage Container?

Declaration
public readonly bool HasLegalHold
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Metadata

A mapping of MetaData for this Container.

Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceManagerId

The Resource Manager ID of this Storage Container.

Declaration
public readonly string ResourceManagerId
Field Value
Type Description
System.String
View Source

StorageAccountName

Declaration
public readonly string StorageAccountName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.