azure.mgmt.servicefabric package¶
Submodules¶
- azure.mgmt.servicefabric.models module
AddOnFeatures
ApplicationDeltaHealthPolicy
ApplicationHealthPolicy
ApplicationMetricDescription
ApplicationResource
ApplicationResourceList
ApplicationResourceProperties
ApplicationResourceUpdate
ApplicationResourceUpdateProperties
ApplicationTypeResource
ApplicationTypeResourceList
ApplicationTypeVersionResource
ApplicationTypeVersionResourceList
ApplicationTypeVersionsCleanupPolicy
ApplicationUpgradePolicy
ApplicationUserAssignedIdentity
ArmApplicationHealthPolicy
ArmRollingUpgradeMonitoringPolicy
ArmServicePackageActivationMode
ArmServiceTypeHealthPolicy
ArmUpgradeFailureAction
AvailableOperationDisplay
AzureActiveDirectory
CertificateDescription
ClientCertificateCommonName
ClientCertificateThumbprint
Cluster
ClusterCodeVersionsListResult
ClusterCodeVersionsResult
ClusterEnvironment
ClusterHealthPolicy
ClusterListResult
ClusterState
ClusterState.AUTO_SCALE
ClusterState.BASELINE_UPGRADE
ClusterState.DEPLOYING
ClusterState.ENFORCING_CLUSTER_VERSION
ClusterState.READY
ClusterState.UPDATING_INFRASTRUCTURE
ClusterState.UPDATING_USER_CERTIFICATE
ClusterState.UPDATING_USER_CONFIGURATION
ClusterState.UPGRADE_SERVICE_UNREACHABLE
ClusterState.WAITING_FOR_NODES
ClusterUpdateParameters
ClusterUpgradeCadence
ClusterUpgradeDeltaHealthPolicy
ClusterUpgradePolicy
ClusterVersionDetails
ClusterVersionsEnvironment
DiagnosticsStorageAccountConfig
DurabilityLevel
EndpointRangeDescription
ErrorModel
ErrorModelError
ManagedIdentity
ManagedIdentityType
MoveCost
NamedPartitionSchemeDescription
NodeTypeDescription
Notification
NotificationCategory
NotificationChannel
NotificationLevel
NotificationTarget
OperationListResult
OperationResult
PartitionScheme
PartitionSchemeDescription
ProvisioningState
ProxyResource
ReliabilityLevel
Resource
RollingUpgradeMode
ServerCertificateCommonName
ServerCertificateCommonNames
ServiceCorrelationDescription
ServiceCorrelationScheme
ServiceKind
ServiceLoadMetricDescription
ServiceLoadMetricWeight
ServicePlacementPolicyDescription
ServicePlacementPolicyType
ServiceResource
ServiceResourceList
ServiceResourceProperties
ServiceResourcePropertiesBase
ServiceResourceUpdate
ServiceResourceUpdateProperties
ServiceTypeDeltaHealthPolicy
ServiceTypeHealthPolicy
SettingsParameterDescription
SettingsSectionDescription
SfZonalUpgradeMode
SingletonPartitionSchemeDescription
StatefulServiceProperties
StatefulServiceUpdateProperties
StatelessServiceProperties
StatelessServiceUpdateProperties
StoreName
SystemData
UniformInt64RangePartitionSchemeDescription
UpgradableVersionPathResult
UpgradableVersionsDescription
UpgradeMode
UserAssignedIdentity
VmssZonalUpgradeMode
- 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:
object
Service 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: