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.ManagedNamespacesClient.listCredential(String resourceGroupName, String resourceName, String managedNamespaceName) Lists the credentials of a namespace.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.ManagedNamespacesClient.listCredentialAsync(String resourceGroupName, String resourceName, String managedNamespaceName) Lists the credentials of a namespace.com.azure.core.http.rest.Response<CredentialResultsInner> ManagedNamespacesClient.listCredentialWithResponse(String resourceGroupName, String resourceName, String managedNamespaceName, com.azure.core.util.Context context) Lists the credentials of a namespace.Mono<com.azure.core.http.rest.Response<CredentialResultsInner>> ManagedNamespacesClient.listCredentialWithResponseAsync(String resourceGroupName, String resourceName, String managedNamespaceName) Lists the credentials of a namespace. -
Uses of CredentialResultsInner in com.azure.resourcemanager.containerservice.fluent.models
Classes in com.azure.resourcemanager.containerservice.fluent.models that implement interfaces with type arguments of type CredentialResultsInnerModifier and TypeClassDescriptionfinal classThe list credential result response.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.