GalleryInVMAccessControlProfileProperties Class
Describes the properties of a gallery inVMAccessControlProfile.
Constructor
GalleryInVMAccessControlProfileProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state, which only appears in the response. Known values are: "Creating", "Updating", "Failed", "Succeeded", "Deleting", and "Migrating". |
|
description
|
The description of this gallery inVMAccessControlProfile resources. This property is updatable. |
|
os_type
|
This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'. Required. Known values are: "Windows" and "Linux". |
|
applicable_host_endpoint
|
str or
EndpointTypes
This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'. Required. Known values are: "WireServer" and "IMDS". |
Attributes
applicable_host_endpoint
This property allows you to specify the Endpoint type for which this profile is defining the access control for. Possible values are: 'WireServer' or 'IMDS'. Required. Known values are: "WireServer" and "IMDS".
applicable_host_endpoint: str | _models.EndpointTypes
description
The description of this gallery inVMAccessControlProfile resources. This property is updatable.
description: str | None
os_type
This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against. Possible values are: 'Windows' or 'Linux'. Required. Known values are: "Windows" and "Linux".
os_type: str | _models.OperatingSystemTypes