azure.mgmt.hybridkubernetes package
Submodules
- azure.mgmt.hybridkubernetes.models module
AadProfileAgentErrorArcAgentProfileArcAgentryConfigurationsAuthenticationMethodAutoUpgradeOptionsAzureHybridBenefitConnectedClusterConnectedClusterIdentityConnectedClusterKindConnectedClusterListConnectedClusterPatchConnectivityStatusCreatedByTypeCredentialResultCredentialResultsErrorAdditionalInfoErrorDetailErrorResponseGatewayHybridConnectionConfigLastModifiedByTypeListClusterUserCredentialPropertiesOidcIssuerProfileOperationOperationDisplayOperationListPrivateLinkStateProvisioningStateResourceResourceIdentityTypeSecurityProfileSecurityProfileWorkloadIdentitySystemComponentSystemDataTrackedResource
- azure.mgmt.hybridkubernetes.operations module
ConnectedClusterOperationsConnectedClusterOperations.begin_create_or_replace()ConnectedClusterOperations.begin_delete()ConnectedClusterOperations.get()ConnectedClusterOperations.list_by_resource_group()ConnectedClusterOperations.list_by_subscription()ConnectedClusterOperations.list_cluster_user_credential()ConnectedClusterOperations.update()ConnectedClusterOperations.models
Operations
Module contents
- class azure.mgmt.hybridkubernetes.ConnectedKubernetesClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
objectAzure Connected Cluster Resource Provider API for onboarding a Kubernetes Cluster to Azure Arc.
- Variables:
connected_cluster (azure.mgmt.hybridkubernetes.operations.ConnectedClusterOperations) – ConnectedClusterOperations operations
operations (azure.mgmt.hybridkubernetes.operations.Operations) – Operations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: