Uses of Class
com.azure.resourcemanager.containerservice.models.GpuInstanceProfile
Packages that use GpuInstanceProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 GpuInstanceProfileModifier and TypeMethodDescriptionAgentPoolInner.gpuInstanceProfile()Get the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.ManagedClusterAgentPoolProfileProperties.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 GpuInstanceProfileModifier and TypeMethodDescriptionAgentPoolInner.withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile) Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.ManagedClusterAgentPoolProfileProperties.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 GpuInstanceProfileModifier and TypeFieldDescriptionstatic final GpuInstanceProfileGpuInstanceProfile.MIG1GStatic value MIG1g for GpuInstanceProfile.static final GpuInstanceProfileGpuInstanceProfile.MIG2GStatic value MIG2g for GpuInstanceProfile.static final GpuInstanceProfileGpuInstanceProfile.MIG3GStatic value MIG3g for GpuInstanceProfile.static final GpuInstanceProfileGpuInstanceProfile.MIG4GStatic value MIG4g for GpuInstanceProfile.static final GpuInstanceProfileGpuInstanceProfile.MIG7GStatic value MIG7g for GpuInstanceProfile.Methods in com.azure.resourcemanager.containerservice.models that return GpuInstanceProfileModifier and TypeMethodDescriptionstatic 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 GpuInstanceProfileModifier and TypeMethodDescriptionstatic Collection<GpuInstanceProfile> GpuInstanceProfile.values()Gets known GpuInstanceProfile values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type GpuInstanceProfileModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withGpuInstanceProfile(GpuInstanceProfile gpuInstanceProfile) Set the gpuInstanceProfile property: GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.