azure.servicefabric package¶
Module contents¶
-
class
azure.servicefabric.
ServiceFabricClientAPIs
(credentials, base_url=None)[source]¶ Bases:
azure.servicefabric.operations._service_fabric_client_ap_is_operations.ServiceFabricClientAPIsOperationsMixin
,msrest.service_client.SDKClient
Service Fabric REST Client APIs allows management of Service Fabric clusters, applications and services.
Variables: - config (ServiceFabricClientAPIsConfiguration) – Configuration for client.
- mesh_secret (azure.servicefabric.operations.MeshSecretOperations) – MeshSecret operations
- mesh_secret_value (azure.servicefabric.operations.MeshSecretValueOperations) – MeshSecretValue operations
- mesh_volume (azure.servicefabric.operations.MeshVolumeOperations) – MeshVolume operations
- mesh_network (azure.servicefabric.operations.MeshNetworkOperations) – MeshNetwork operations
- mesh_application (azure.servicefabric.operations.MeshApplicationOperations) – MeshApplication operations
- mesh_service (azure.servicefabric.operations.MeshServiceOperations) – MeshService operations
- mesh_code_package (azure.servicefabric.operations.MeshCodePackageOperations) – MeshCodePackage operations
- mesh_service_replica (azure.servicefabric.operations.MeshServiceReplicaOperations) – MeshServiceReplica operations
- mesh_gateway (azure.servicefabric.operations.MeshGatewayOperations) – MeshGateway operations
Parameters: - credentials (None) – Subscription credentials which uniquely identify client subscription.
- base_url (str) – Service URL
-
class
azure.servicefabric.
ServiceFabricClientAPIsConfiguration
(credentials, base_url=None)[source]¶ Bases:
msrest.configuration.Configuration
Configuration for ServiceFabricClientAPIs Note that all parameters used to create this instance are saved as instance attributes.
Parameters: - credentials (None) – Subscription credentials which uniquely identify client subscription.
- base_url (str) – Service URL