Package version:

Interface GalleryInVMAccessControlProfileUpdate

Specifies information about the gallery inVMAccessControlProfile that you want to update.

interface GalleryInVMAccessControlProfileUpdate {
    id?: string;
    name?: string;
    properties?: GalleryInVMAccessControlProfileProperties;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

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

name?: string

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

Describes the properties of a gallery inVMAccessControlProfile.

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

Resource tags

type?: string

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