Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner
Packages that use MeshRevisionProfileInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of MeshRevisionProfileInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return MeshRevisionProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getMeshRevisionProfile(String location, String mode) Gets a mesh revision profile for a specified mesh in the specified location.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type MeshRevisionProfileInnerModifier and TypeMethodDescriptionManagedClustersClient.getMeshRevisionProfileAsync(String location, String mode) Gets a mesh revision profile for a specified mesh in the specified location.com.azure.core.http.rest.Response<MeshRevisionProfileInner> ManagedClustersClient.getMeshRevisionProfileWithResponse(String location, String mode, com.azure.core.util.Context context) Gets a mesh revision profile for a specified mesh in the specified location.Mono<com.azure.core.http.rest.Response<MeshRevisionProfileInner>> ManagedClustersClient.getMeshRevisionProfileWithResponseAsync(String location, String mode) Gets a mesh revision profile for a specified mesh in the specified location.com.azure.core.http.rest.PagedIterable<MeshRevisionProfileInner> ManagedClustersClient.listMeshRevisionProfiles(String location) Lists mesh revision profiles for all meshes in the specified location.com.azure.core.http.rest.PagedIterable<MeshRevisionProfileInner> ManagedClustersClient.listMeshRevisionProfiles(String location, com.azure.core.util.Context context) Lists mesh revision profiles for all meshes in the specified location.com.azure.core.http.rest.PagedFlux<MeshRevisionProfileInner> ManagedClustersClient.listMeshRevisionProfilesAsync(String location) Lists mesh revision profiles for all meshes in the specified location. -
Uses of MeshRevisionProfileInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return MeshRevisionProfileInnerModifier and TypeMethodDescriptionstatic MeshRevisionProfileInnerMeshRevisionProfileInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MeshRevisionProfileInner from the JsonReader.MeshRevisionProfileInner.withProperties(MeshRevisionProfileProperties properties) Set the properties property: Mesh revision profile properties for a mesh. -
Uses of MeshRevisionProfileInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type MeshRevisionProfileInnerModifier and TypeMethodDescriptionMeshRevisionProfileList.value()Get the value property: Array of service mesh add-on revision profiles for all supported mesh modes.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type MeshRevisionProfileInnerModifier and TypeMethodDescriptionMeshRevisionProfileList.withValue(List<MeshRevisionProfileInner> value) Set the value property: Array of service mesh add-on revision profiles for all supported mesh modes.