@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 2.53 kB
TypeScript
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];