Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AzureResourceGroup

import type { AzureResourceGroup } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Represents an Azure resource group.

interface AzureResourceGroup {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

The ID of the Azure resource group.

§
name?: string
[src]

The name of the Azure resource group. This is not a UUID.