SnapshotArgs

constructor(creationData: Output<CreationDataArgs>? = null, diskAccessId: Output<String>? = null, diskSizeGB: Output<Int>? = null, encryption: Output<EncryptionArgs>? = null, encryptionSettingsCollection: Output<EncryptionSettingsCollectionArgs>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, hyperVGeneration: Output<Either<String, HyperVGeneration>>? = null, incremental: Output<Boolean>? = null, location: Output<String>? = null, networkAccessPolicy: Output<Either<String, NetworkAccessPolicy>>? = null, osType: Output<OperatingSystemTypes>? = null, purchasePlan: Output<PurchasePlanArgs>? = null, resourceGroupName: Output<String>? = null, sku: Output<SnapshotSkuArgs>? = null, snapshotName: Output<String>? = null, supportsHibernation: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null)