Uses of Class
com.azure.resourcemanager.containerservice.models.GpuProfile
Packages that use GpuProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of GpuProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return GpuProfileModifier and TypeMethodDescriptionAgentPoolInner.gpuProfile()Get the gpuProfile property: GPU settings for the Agent Pool.ManagedClusterAgentPoolProfileProperties.gpuProfile()Get the gpuProfile property: GPU settings for the Agent Pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type GpuProfileModifier and TypeMethodDescriptionAgentPoolInner.withGpuProfile(GpuProfile gpuProfile) Set the gpuProfile property: GPU settings for the Agent Pool.ManagedClusterAgentPoolProfileProperties.withGpuProfile(GpuProfile gpuProfile) Set the gpuProfile property: GPU settings for the Agent Pool. -
Uses of GpuProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return GpuProfileModifier and TypeMethodDescriptionstatic GpuProfileGpuProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GpuProfile from the JsonReader.GpuProfile.withDriver(GpuDriver driver) Set the driver property: Whether to install GPU drivers.Methods in com.azure.resourcemanager.containerservice.models with parameters of type GpuProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withGpuProfile(GpuProfile gpuProfile) Set the gpuProfile property: GPU settings for the Agent Pool.