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

41 lines (40 loc) 1.2 kB
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];