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

103 lines (102 loc) 2.53 kB
export declare const MasterSitePropertiesPublicNetworkAccess: { /** * NotSpecified value. */ readonly NotSpecified: "NotSpecified"; /** * Enabled value. */ readonly Enabled: "Enabled"; /** * Disabled value. */ readonly Disabled: "Disabled"; }; /** * Gets or sets the state of public network access. */ export type MasterSitePropertiesPublicNetworkAccess = (typeof MasterSitePropertiesPublicNetworkAccess)[keyof typeof MasterSitePropertiesPublicNetworkAccess]; export declare const PrivateLinkServiceConnectionStateStatus: { /** * Approved value. */ readonly Approved: "Approved"; /** * Pending value. */ readonly Pending: "Pending"; /** * Rejected value. */ readonly Rejected: "Rejected"; /** * Disconnected value. */ readonly Disconnected: "Disconnected"; }; /** * state status */ export type PrivateLinkServiceConnectionStateStatus = (typeof PrivateLinkServiceConnectionStateStatus)[keyof typeof PrivateLinkServiceConnectionStateStatus]; export declare const ProvisioningState: { /** * Created value. */ readonly Created: "Created"; /** * Updated value. */ readonly Updated: "Updated"; /** * Running value. */ readonly Running: "Running"; /** * Completed value. */ readonly Completed: "Completed"; /** * Failed value. */ readonly Failed: "Failed"; /** * Succeeded value. */ readonly Succeeded: "Succeeded"; /** * Canceled value. */ readonly Canceled: "Canceled"; }; /** * The status of the last operation. */ export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState]; export declare const SqlSitePropertiesDiscoveryScenario: { /** * Migrate value. */ readonly Migrate: "Migrate"; /** * DR value. */ readonly DR: "DR"; }; /** * Gets or sets the discovery scenario. */ export type SqlSitePropertiesDiscoveryScenario = (typeof SqlSitePropertiesDiscoveryScenario)[keyof typeof SqlSitePropertiesDiscoveryScenario]; export declare const WebAppSitePropertiesDiscoveryScenario: { /** * Migrate value. */ readonly Migrate: "Migrate"; /** * DR value. */ readonly DR: "DR"; }; /** * Gets or sets the discovery scenario. */ export type WebAppSitePropertiesDiscoveryScenario = (typeof WebAppSitePropertiesDiscoveryScenario)[keyof typeof WebAppSitePropertiesDiscoveryScenario];