Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner
-
Packages that use ManagedClusterInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of ManagedClusterInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return ManagedClusterInner Modifier and Type Method Description ManagedClusterInnerManagedClustersClient. createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.ManagedClusterInnerManagedClustersClient. createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, com.azure.core.util.Context context)Creates or updates a managed cluster.ManagedClusterInnerManagedClustersClient. getByResourceGroup(String resourceGroupName, String resourceName)Gets a managed cluster.ManagedClusterInnerManagedClustersClient. updateTags(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.ManagedClusterInnerManagedClustersClient. updateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context)Updates tags on a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type ManagedClusterInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, com.azure.core.util.Context context)Creates or updates a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, com.azure.core.util.Context context)Creates or updates a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context)Updates tags on a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTags(String resourceGroupName, String resourceName, TagsObject parameters, com.azure.core.util.Context context)Updates tags on a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginUpdateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.Mono<ManagedClusterInner>ManagedClustersClient. createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.Mono<ManagedClusterInner>ManagedClustersClient. getByResourceGroupAsync(String resourceGroupName, String resourceName)Gets a managed cluster.com.azure.core.http.rest.Response<ManagedClusterInner>ManagedClustersClient. getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)Gets a managed cluster.Mono<com.azure.core.http.rest.Response<ManagedClusterInner>>ManagedClustersClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String resourceName)Gets a managed cluster.com.azure.core.http.rest.PagedIterable<ManagedClusterInner>ManagedClustersClient. list()Gets a list of managed clusters in the specified subscription.com.azure.core.http.rest.PagedIterable<ManagedClusterInner>ManagedClustersClient. list(com.azure.core.util.Context context)Gets a list of managed clusters in the specified subscription.com.azure.core.http.rest.PagedFlux<ManagedClusterInner>ManagedClustersClient. listAsync()Gets a list of managed clusters in the specified subscription.com.azure.core.http.rest.PagedIterable<ManagedClusterInner>ManagedClustersClient. listByResourceGroup(String resourceGroupName)Lists managed clusters in the specified subscription and resource group.com.azure.core.http.rest.PagedIterable<ManagedClusterInner>ManagedClustersClient. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)Lists managed clusters in the specified subscription and resource group.com.azure.core.http.rest.PagedFlux<ManagedClusterInner>ManagedClustersClient. listByResourceGroupAsync(String resourceGroupName)Lists managed clusters in the specified subscription and resource group.Mono<ManagedClusterInner>ManagedClustersClient. updateTagsAsync(String resourceGroupName, String resourceName, TagsObject parameters)Updates tags on a managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type ManagedClusterInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, com.azure.core.util.Context context)Creates or updates a managed cluster.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedClusterInner>,ManagedClusterInner>ManagedClustersClient. beginCreateOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.ManagedClusterInnerManagedClustersClient. createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.ManagedClusterInnerManagedClustersClient. createOrUpdate(String resourceGroupName, String resourceName, ManagedClusterInner parameters, com.azure.core.util.Context context)Creates or updates a managed cluster.Mono<ManagedClusterInner>ManagedClustersClient. createOrUpdateAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ManagedClustersClient. createOrUpdateWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterInner parameters)Creates or updates a managed cluster. -
Uses of ManagedClusterInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterInner Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withAadProfile(ManagedClusterAadProfile aadProfile)Set the aadProfile property: AADProfile specifies attributes for Azure Active Directory integration.ManagedClusterInnerManagedClusterInner. withAddonProfiles(Map<String,ManagedClusterAddonProfile> addonProfiles)Set the addonProfiles property: The profile of managed cluster add-on.ManagedClusterInnerManagedClusterInner. withAgentPoolProfiles(List<ManagedClusterAgentPoolProfile> agentPoolProfiles)Set the agentPoolProfiles property: The agent pool properties.ManagedClusterInnerManagedClusterInner. withApiServerAccessProfile(ManagedClusterApiServerAccessProfile apiServerAccessProfile)Set the apiServerAccessProfile property: The access profile for managed cluster API server.ManagedClusterInnerManagedClusterInner. withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile)Set the autoScalerProfile property: Parameters to be applied to the cluster-autoscaler when enabled.ManagedClusterInnerManagedClusterInner. withAutoUpgradeProfile(ManagedClusterAutoUpgradeProfile autoUpgradeProfile)Set the autoUpgradeProfile property: The auto upgrade configuration.ManagedClusterInnerManagedClusterInner. withDisableLocalAccounts(Boolean disableLocalAccounts)Set the disableLocalAccounts property: If local accounts should be disabled on the Managed Cluster.ManagedClusterInnerManagedClusterInner. withDiskEncryptionSetId(String diskEncryptionSetId)Set the diskEncryptionSetId property: The Resource ID of the disk encryption set to use for enabling encryption at rest.ManagedClusterInnerManagedClusterInner. withDnsPrefix(String dnsPrefix)Set the dnsPrefix property: The DNS prefix of the Managed Cluster.ManagedClusterInnerManagedClusterInner. withEnablePodSecurityPolicy(Boolean enablePodSecurityPolicy)Set the enablePodSecurityPolicy property: (DEPRECATING) Whether to enable Kubernetes pod security policy (preview).ManagedClusterInnerManagedClusterInner. withEnableRbac(Boolean enableRbac)Set the enableRbac property: Whether to enable Kubernetes Role-Based Access Control.ManagedClusterInnerManagedClusterInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extended location of the Virtual Machine.ManagedClusterInnerManagedClusterInner. withFqdnSubdomain(String fqdnSubdomain)Set the fqdnSubdomain property: The FQDN subdomain of the private cluster with custom private dns zone.ManagedClusterInnerManagedClusterInner. withHttpProxyConfig(ManagedClusterHttpProxyConfig httpProxyConfig)Set the httpProxyConfig property: Configurations for provisioning the cluster with HTTP proxy servers.ManagedClusterInnerManagedClusterInner. withIdentity(ManagedClusterIdentity identity)Set the identity property: The identity of the managed cluster, if configured.ManagedClusterInnerManagedClusterInner. withIdentityProfile(Map<String,UserAssignedIdentity> identityProfile)Set the identityProfile property: Identities associated with the cluster.ManagedClusterInnerManagedClusterInner. withKubernetesVersion(String kubernetesVersion)Set the kubernetesVersion property: The version of Kubernetes the Managed Cluster is running.ManagedClusterInnerManagedClusterInner. withLinuxProfile(ContainerServiceLinuxProfile linuxProfile)Set the linuxProfile property: The profile for Linux VMs in the Managed Cluster.ManagedClusterInnerManagedClusterInner. withLocation(String location)ManagedClusterInnerManagedClusterInner. withNetworkProfile(ContainerServiceNetworkProfile networkProfile)Set the networkProfile property: The network configuration profile.ManagedClusterInnerManagedClusterInner. withNodeResourceGroup(String nodeResourceGroup)Set the nodeResourceGroup property: The name of the resource group containing agent pool nodes.ManagedClusterInnerManagedClusterInner. withPodIdentityProfile(ManagedClusterPodIdentityProfile podIdentityProfile)Set the podIdentityProfile property: The pod identity profile of the Managed Cluster.ManagedClusterInnerManagedClusterInner. withPrivateLinkResources(List<PrivateLinkResourceInner> privateLinkResources)Set the privateLinkResources property: Private link resources associated with the cluster.ManagedClusterInnerManagedClusterInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network access for AKS.ManagedClusterInnerManagedClusterInner. withSecurityProfile(ManagedClusterSecurityProfile securityProfile)Set the securityProfile property: Security profile for the managed cluster.ManagedClusterInnerManagedClusterInner. withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.ManagedClusterInnerManagedClusterInner. withSku(ManagedClusterSku sku)Set the sku property: The managed cluster SKU.ManagedClusterInnerManagedClusterInner. withTags(Map<String,String> tags)ManagedClusterInnerManagedClusterInner. withWindowsProfile(ManagedClusterWindowsProfile windowsProfile)Set the windowsProfile property: The profile for Windows VMs in the Managed Cluster. -
Uses of ManagedClusterInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterInner Modifier and Type Method Description List<ManagedClusterInner>ManagedClusterListResult. value()Get the value property: The list of managed clusters.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterInner Modifier and Type Method Description ManagedClusterListResultManagedClusterListResult. withValue(List<ManagedClusterInner> value)Set the value property: The list of managed clusters.
-