Show / Hide Table of Contents

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 Source

CreationOption

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

DiskSizeGb

The size of the Snapshotted Disk in GB.

Declaration
public readonly int DiskSizeGb
Field Value
Type Description
System.Int32
View Source

EncryptionSettings

Declaration
public readonly ImmutableArray<GetSnapshotEncryptionSettingResult> EncryptionSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSnapshotEncryptionSettingResult>
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

Name

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

OsType

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

ResourceGroupName

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

SourceResourceId

The reference to an existing snapshot.

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

SourceUri

The URI to a Managed or Unmanaged Disk.

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

StorageAccountId

The ID of an storage account.

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

TimeCreated

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