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

16 lines (15 loc) 475 B
export declare const Kind: { readonly Connectivity: "Connectivity"; }; /** * Responsibility role under which this Managed Network Group will be created */ export type Kind = (typeof Kind)[keyof typeof Kind]; export declare const Type: { readonly HubAndSpokeTopology: "HubAndSpokeTopology"; readonly MeshTopology: "MeshTopology"; }; /** * Gets or sets the connectivity type of a network structure policy */ export type Type = (typeof Type)[keyof typeof Type];