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