azure.mgmt.servicefabric package¶
Submodules¶
- azure.mgmt.servicefabric.models module
AddOnFeaturesApplicationDeltaHealthPolicyApplicationHealthPolicyApplicationMetricDescriptionApplicationResourceApplicationResourceListApplicationResourcePropertiesApplicationResourceUpdateApplicationResourceUpdatePropertiesApplicationTypeResourceApplicationTypeResourceListApplicationTypeVersionResourceApplicationTypeVersionResourceListApplicationTypeVersionsCleanupPolicyApplicationUpgradePolicyApplicationUserAssignedIdentityArmApplicationHealthPolicyArmRollingUpgradeMonitoringPolicyArmServicePackageActivationModeArmServiceTypeHealthPolicyArmUpgradeFailureActionAvailableOperationDisplayAzureActiveDirectoryCertificateDescriptionClientCertificateCommonNameClientCertificateThumbprintClusterClusterCodeVersionsListResultClusterCodeVersionsResultClusterEnvironmentClusterHealthPolicyClusterListResultClusterStateClusterState.AUTO_SCALEClusterState.BASELINE_UPGRADEClusterState.DEPLOYINGClusterState.ENFORCING_CLUSTER_VERSIONClusterState.READYClusterState.UPDATING_INFRASTRUCTUREClusterState.UPDATING_USER_CERTIFICATEClusterState.UPDATING_USER_CONFIGURATIONClusterState.UPGRADE_SERVICE_UNREACHABLEClusterState.WAITING_FOR_NODES
ClusterUpdateParametersClusterUpgradeCadenceClusterUpgradeDeltaHealthPolicyClusterUpgradePolicyClusterVersionDetailsClusterVersionsEnvironmentDiagnosticsStorageAccountConfigDurabilityLevelEndpointRangeDescriptionErrorModelErrorModelErrorManagedIdentityManagedIdentityTypeMoveCostNamedPartitionSchemeDescriptionNodeTypeDescriptionNotificationNotificationCategoryNotificationChannelNotificationLevelNotificationTargetOperationListResultOperationResultPartitionSchemePartitionSchemeDescriptionProvisioningStateProxyResourceReliabilityLevelResourceRollingUpgradeModeServerCertificateCommonNameServerCertificateCommonNamesServiceCorrelationDescriptionServiceCorrelationSchemeServiceKindServiceLoadMetricDescriptionServiceLoadMetricWeightServicePlacementPolicyDescriptionServicePlacementPolicyTypeServiceResourceServiceResourceListServiceResourcePropertiesServiceResourcePropertiesBaseServiceResourceUpdateServiceResourceUpdatePropertiesServiceTypeDeltaHealthPolicyServiceTypeHealthPolicySettingsParameterDescriptionSettingsSectionDescriptionSfZonalUpgradeModeSingletonPartitionSchemeDescriptionStatefulServicePropertiesStatefulServiceUpdatePropertiesStatelessServicePropertiesStatelessServiceUpdatePropertiesStoreNameSystemDataUniformInt64RangePartitionSchemeDescriptionUpgradableVersionPathResultUpgradableVersionsDescriptionUpgradeModeUserAssignedIdentityVmssZonalUpgradeMode
- azure.mgmt.servicefabric.operations module
Module contents¶
- class azure.mgmt.servicefabric.ServiceFabricManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]¶
Bases:
objectService Fabric Management Client.
- Variables:
clusters (azure.mgmt.servicefabric.operations.ClustersOperations) – ClustersOperations operations
cluster_versions (azure.mgmt.servicefabric.operations.ClusterVersionsOperations) – ClusterVersionsOperations operations
operations (azure.mgmt.servicefabric.operations.Operations) – Operations operations
application_types (azure.mgmt.servicefabric.operations.ApplicationTypesOperations) – ApplicationTypesOperations operations
application_type_versions (azure.mgmt.servicefabric.operations.ApplicationTypeVersionsOperations) – ApplicationTypeVersionsOperations operations
applications (azure.mgmt.servicefabric.operations.ApplicationsOperations) – ApplicationsOperations operations
services (azure.mgmt.servicefabric.operations.ServicesOperations) – ServicesOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The customer subscription identifier. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: