Package version:

InterfaceHybridComputePrivateLinkScope

An Azure Arc PrivateLinkScope definition.

interface HybridComputePrivateLinkScope {
    id?: string;
    location: string;
    name?: string;
    properties?: HybridComputePrivateLinkScopeProperties;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location: string

Resource location

name?: string

Azure resource name NOTE: This property will not be serialized. It can only be populated by the server.

Properties that define a Azure Arc PrivateLinkScope resource.

systemData?: SystemData

The system meta data relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

Azure resource type NOTE: This property will not be serialized. It can only be populated by the server.