ServiceFabricManagedClustersManagementClient Class

Service Fabric Managed Clusters Management Client.

Inheritance
builtins.object
ServiceFabricManagedClustersManagementClient

Constructor

ServiceFabricManagedClustersManagementClient(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The customer subscription identifier.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

application_types
<xref:service_fabric_managed_clusters_management_client.operations.ApplicationTypesOperations>

ApplicationTypesOperations operations

application_type_versions
<xref:service_fabric_managed_clusters_management_client.operations.ApplicationTypeVersionsOperations>

ApplicationTypeVersionsOperations operations

applications
<xref:service_fabric_managed_clusters_management_client.operations.ApplicationsOperations>

ApplicationsOperations operations

services
<xref:service_fabric_managed_clusters_management_client.operations.ServicesOperations>

ServicesOperations operations

managed_clusters
<xref:service_fabric_managed_clusters_management_client.operations.ManagedClustersOperations>

ManagedClustersOperations operations

managed_cluster_version
<xref:service_fabric_managed_clusters_management_client.operations.ManagedClusterVersionOperations>

ManagedClusterVersionOperations operations

operations
<xref:service_fabric_managed_clusters_management_client.operations.Operations>

Operations operations

node_types
<xref:service_fabric_managed_clusters_management_client.operations.NodeTypesOperations>

NodeTypesOperations operations

Methods

close

close

close() -> None