Package version:

Interface ManagedVirtualNetwork

A managed Virtual Network associated with the Azure Data Factory

interface ManagedVirtualNetwork {
    alias?: string;
    vNetId?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

alias?: string

Managed Virtual Network alias. NOTE: This property will not be serialized. It can only be populated by the server.

vNetId?: string

Managed Virtual Network ID. NOTE: This property will not be serialized. It can only be populated by the server.