GalleryInVMAccessControlProfileProperties Class
Describes the properties of a gallery inVMAccessControlProfile.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.compute.v2024_03_03.models._models_py3.GalleryResourceProfilePropertiesBaseGalleryInVMAccessControlProfileProperties
Constructor
GalleryInVMAccessControlProfileProperties(*, os_type: str | _models.OperatingSystemTypes, applicable_host_endpoint: str | _models.EndpointTypes, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
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". |
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". |
Azure SDK for Python