Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner
Packages that use CredentialResultsInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of CredentialResultsInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return CredentialResultsInnerModifier and TypeMethodDescriptionManagedClustersClient.listClusterAdminCredentials(String resourceGroupName, String resourceName) Lists the admin credentials of a managed cluster.ManagedClustersClient.listClusterMonitoringUserCredentials(String resourceGroupName, String resourceName) Lists the cluster monitoring user credentials of a managed cluster.ManagedClustersClient.listClusterUserCredentials(String resourceGroupName, String resourceName) Lists the user credentials of a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type CredentialResultsInnerModifier and TypeMethodDescriptionManagedClustersClient.listClusterAdminCredentialsAsync(String resourceGroupName, String resourceName) Lists the admin credentials of a managed cluster.com.azure.core.http.rest.Response<CredentialResultsInner> ManagedClustersClient.listClusterAdminCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, com.azure.core.util.Context context) Lists the admin credentials of a managed cluster.Mono<com.azure.core.http.rest.Response<CredentialResultsInner>> ManagedClustersClient.listClusterAdminCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn) Lists the admin credentials of a managed cluster.ManagedClustersClient.listClusterMonitoringUserCredentialsAsync(String resourceGroupName, String resourceName) Lists the cluster monitoring user credentials of a managed cluster.com.azure.core.http.rest.Response<CredentialResultsInner> ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, com.azure.core.util.Context context) Lists the cluster monitoring user credentials of a managed cluster.Mono<com.azure.core.http.rest.Response<CredentialResultsInner>> ManagedClustersClient.listClusterMonitoringUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn) Lists the cluster monitoring user credentials of a managed cluster.ManagedClustersClient.listClusterUserCredentialsAsync(String resourceGroupName, String resourceName) Lists the user credentials of a managed cluster.com.azure.core.http.rest.Response<CredentialResultsInner> ManagedClustersClient.listClusterUserCredentialsWithResponse(String resourceGroupName, String resourceName, String serverFqdn, Format format, com.azure.core.util.Context context) Lists the user credentials of a managed cluster.Mono<com.azure.core.http.rest.Response<CredentialResultsInner>> ManagedClustersClient.listClusterUserCredentialsWithResponseAsync(String resourceGroupName, String resourceName, String serverFqdn, Format format) Lists the user credentials of a managed cluster. -
Uses of CredentialResultsInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return CredentialResultsInnerModifier and TypeMethodDescriptionstatic CredentialResultsInnerCredentialResultsInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CredentialResultsInner from the JsonReader.