@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.2 kB
TypeScript
export declare const PrivateEndpointConnectionStatus: {
/**
* Approved Status.
*/
readonly Approved: "Approved";
/**
* Disconnected Status.
*/
readonly Disconnected: "Disconnected";
/**
* Pending Status.
*/
readonly Pending: "Pending";
/**
* Rejected Status.
*/
readonly Rejected: "Rejected";
};
/**
* Gets or sets the status.
*/
export type PrivateEndpointConnectionStatus = (typeof PrivateEndpointConnectionStatus)[keyof typeof PrivateEndpointConnectionStatus];
export declare const ReplicationVaultType: {
readonly DisasterRecovery: "DisasterRecovery";
readonly Migrate: "Migrate";
};
/**
* Gets or sets the type of vault.
*/
export type ReplicationVaultType = (typeof ReplicationVaultType)[keyof typeof ReplicationVaultType];
export declare const VMNicSelection: {
readonly NotSelected: "NotSelected";
readonly SelectedByUser: "SelectedByUser";
readonly SelectedByDefault: "SelectedByDefault";
readonly SelectedByUserOverride: "SelectedByUserOverride";
};
/**
* Gets or sets the selection type of the NIC.
*/
export type VMNicSelection = (typeof VMNicSelection)[keyof typeof VMNicSelection];