Uses of Class
com.azure.resourcemanager.containerservice.models.GpuInstanceProfile
Packages that use GpuInstanceProfile
Package
Description
Package containing the inner data models for ContainerService.
Package containing the data models for ContainerService.
-
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
Subclasses with type arguments of type GpuInstanceProfile in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classGPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.Fields in com.azure.resourcemanager.containerservice.models declared as GpuInstanceProfileModifier and TypeFieldDescriptionstatic final GpuInstanceProfileGpuInstanceProfile.MIG1GMIG 1g GPU instance profile.static final GpuInstanceProfileGpuInstanceProfile.MIG2GMIG 2g GPU instance profile.static final GpuInstanceProfileGpuInstanceProfile.MIG3GMIG 3g GPU instance profile.static final GpuInstanceProfileGpuInstanceProfile.MIG4GMIG 4g GPU instance profile.static final GpuInstanceProfileGpuInstanceProfile.MIG7GMIG 7g GPU instance profile.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.