Uses of Class
com.azure.resourcemanager.compute.models.GalleryInVMAccessControlProfileProperties
Packages that use GalleryInVMAccessControlProfileProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryInVMAccessControlProfileProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryInVMAccessControlProfilePropertiesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileInner.properties()Get the properties property: Describes the properties of a gallery inVMAccessControlProfile.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type GalleryInVMAccessControlProfilePropertiesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileInner.withProperties(GalleryInVMAccessControlProfileProperties properties) Set the properties property: Describes the properties of a gallery inVMAccessControlProfile. -
Uses of GalleryInVMAccessControlProfileProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryInVMAccessControlProfilePropertiesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryInVMAccessControlProfileProperties from the JsonReader.GalleryInVMAccessControlProfileUpdate.properties()Get the properties property: Describes the properties of a gallery inVMAccessControlProfile.GalleryInVMAccessControlProfileProperties.withApplicableHostEndpoint(EndpointTypes applicableHostEndpoint) Set the applicableHostEndpoint property: This property allows you to specify the Endpoint type for which this profile is defining the access control for.GalleryInVMAccessControlProfileProperties.withDescription(String description) Set the description property: The description of this gallery inVMAccessControlProfile resources.GalleryInVMAccessControlProfileProperties.withOsType(OperatingSystemTypes osType) Set the osType property: This property allows you to specify the OS type of the VMs/VMSS for which this profile can be used against.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryInVMAccessControlProfilePropertiesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileUpdate.withProperties(GalleryInVMAccessControlProfileProperties properties) Set the properties property: Describes the properties of a gallery inVMAccessControlProfile.