UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

48 lines (47 loc) 1.38 kB
export declare const CopyMode: { readonly Additive: "Additive"; readonly Mirror: "Mirror"; }; /** * Strategy to use for copy. */ export type CopyMode = (typeof CopyMode)[keyof typeof CopyMode]; export declare const CredentialType: { readonly AzureKeyVaultSmb: "AzureKeyVaultSmb"; }; /** * The Credentials type. */ export type CredentialType = (typeof CredentialType)[keyof typeof CredentialType]; export declare const DayOfWeek: { readonly Monday: "Monday"; readonly Tuesday: "Tuesday"; readonly Wednesday: "Wednesday"; readonly Thursday: "Thursday"; readonly Friday: "Friday"; readonly Saturday: "Saturday"; readonly Sunday: "Sunday"; }; /** * The day of week. */ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek]; export declare const EndpointType: { readonly AzureStorageBlobContainer: "AzureStorageBlobContainer"; readonly NfsMount: "NfsMount"; readonly AzureStorageSmbFileShare: "AzureStorageSmbFileShare"; readonly SmbMount: "SmbMount"; }; /** * The Endpoint resource type. */ export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType]; export declare const NfsVersion: { readonly NFSauto: "NFSauto"; readonly NFSv3: "NFSv3"; readonly NFSv4: "NFSv4"; }; /** * The NFS protocol version. */ export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];