@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.89 kB
TypeScript
export declare const AccessRights: {
readonly Manage: "Manage";
readonly Send: "Send";
readonly Listen: "Listen";
};
export type AccessRights = (typeof AccessRights)[keyof typeof AccessRights];
export declare const EndPointProvisioningState: {
readonly Creating: "Creating";
readonly Updating: "Updating";
readonly Deleting: "Deleting";
readonly Succeeded: "Succeeded";
readonly Canceled: "Canceled";
readonly Failed: "Failed";
};
/**
* Provisioning state of the Private Endpoint Connection.
*/
export type EndPointProvisioningState = (typeof EndPointProvisioningState)[keyof typeof EndPointProvisioningState];
export declare const PrivateLinkConnectionStatus: {
readonly Pending: "Pending";
readonly Approved: "Approved";
readonly Rejected: "Rejected";
readonly Disconnected: "Disconnected";
};
/**
* Status of the connection.
*/
export type PrivateLinkConnectionStatus = (typeof PrivateLinkConnectionStatus)[keyof typeof PrivateLinkConnectionStatus];
export declare const PublicNetworkAccess: {
readonly Enabled: "Enabled";
readonly Disabled: "Disabled";
readonly SecuredByPerimeter: "SecuredByPerimeter";
};
/**
* This determines if traffic is allowed over public network. By default it is enabled.
*/
export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess];
export declare const Relaytype: {
readonly NetTcp: "NetTcp";
readonly Http: "Http";
};
/**
* WCF relay type.
*/
export type Relaytype = (typeof Relaytype)[keyof typeof Relaytype];
export declare const SkuName: {
readonly Standard: "Standard";
};
/**
* Name of this SKU.
*/
export type SkuName = (typeof SkuName)[keyof typeof SkuName];
export declare const SkuTier: {
readonly Standard: "Standard";
};
/**
* The tier of this SKU.
*/
export type SkuTier = (typeof SkuTier)[keyof typeof SkuTier];