Class GetSnapshotResult
Inheritance
System.Object
GetSnapshotResult
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.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSnapshotResult
Fields
View SourceCreationOption
Declaration
public readonly string CreationOption
Field Value
| Type | Description |
|---|---|
| System.String |
DiskSizeGb
The size of the Snapshotted Disk in GB.
Declaration
public readonly int DiskSizeGb
Field Value
| Type | Description |
|---|---|
| System.Int32 |
EncryptionSettings
Declaration
public readonly ImmutableArray<GetSnapshotEncryptionSettingResult> EncryptionSettings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSnapshotEncryptionSettingResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OsType
Declaration
public readonly string OsType
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SourceResourceId
The reference to an existing snapshot.
Declaration
public readonly string SourceResourceId
Field Value
| Type | Description |
|---|---|
| System.String |
SourceUri
The URI to a Managed or Unmanaged Disk.
Declaration
public readonly string SourceUri
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountId
The ID of an storage account.
Declaration
public readonly string StorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
TimeCreated
Declaration
public readonly string TimeCreated
Field Value
| Type | Description |
|---|---|
| System.String |