Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.MeshRevisionProfileInner
Packages that use MeshRevisionProfileInner
Package
Description
Package containing the service clients for ContainerService.
Package containing the inner data models for ContainerService.
-
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.