Package version:

Virtual Network Rule

interface VirtualNetworkRule {
    action?: string;
    id: string;
    state?: string;
}

Properties

Properties

action?: string

The action of virtual network rule.

id: string

Resource ID of a subnet

state?: string

Gets the state of virtual network rule.

Generated using TypeDoc