Uses of Class
com.azure.resourcemanager.containerservice.models.GpuInstanceProfile
-
Packages that use GpuInstanceProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of GpuInstanceProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return GpuInstanceProfile Modifier and Type Method Description GpuInstanceProfileAgentPoolInner. gpuInstanceProfile()Get the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.GpuInstanceProfileManagedClusterAgentPoolProfileProperties. gpuInstanceProfile()Get the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type GpuInstanceProfile Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile)Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile)Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. -
Uses of GpuInstanceProfile in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as GpuInstanceProfile Modifier and Type Field Description static GpuInstanceProfileGpuInstanceProfile. MIG1GStatic value MIG1g for GpuInstanceProfile.static GpuInstanceProfileGpuInstanceProfile. MIG2GStatic value MIG2g for GpuInstanceProfile.static GpuInstanceProfileGpuInstanceProfile. MIG3GStatic value MIG3g for GpuInstanceProfile.static GpuInstanceProfileGpuInstanceProfile. MIG4GStatic value MIG4g for GpuInstanceProfile.static GpuInstanceProfileGpuInstanceProfile. MIG7GStatic value MIG7g for GpuInstanceProfile.Methods in com.azure.resourcemanager.containerservice.models that return GpuInstanceProfile Modifier and Type Method Description static GpuInstanceProfileGpuInstanceProfile. fromString(String name)Creates or finds a GpuInstanceProfile from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type GpuInstanceProfile Modifier and Type Method Description static Collection<GpuInstanceProfile>GpuInstanceProfile. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type GpuInstanceProfile Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile)Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
-