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 SourceContainerAccessType
The Access Level configured for this Container.
Declaration
public readonly string ContainerAccessType
Field Value
| Type | Description |
|---|---|
| System.String |
HasImmutabilityPolicy
Is there an Immutability Policy configured on this Storage Container?
Declaration
public readonly bool HasImmutabilityPolicy
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HasLegalHold
Is there a Legal Hold configured on this Storage Container?
Declaration
public readonly bool HasLegalHold
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceManagerId
The Resource Manager ID of this Storage Container.
Declaration
public readonly string ResourceManagerId
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountName
Declaration
public readonly string StorageAccountName
Field Value
| Type | Description |
|---|---|
| System.String |