4343class ServiceFabricManagedClustersManagementClient : # pylint: disable=too-many-instance-attributes,name-too-long
4444 """Service Fabric Managed Clusters Management Client.
4545
46+ :ivar operations: Operations operations
47+ :vartype operations: azure.mgmt.servicefabricmanagedclusters.operations.Operations
48+ :ivar managed_cluster_version: ManagedClusterVersionOperations operations
49+ :vartype managed_cluster_version:
50+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedClusterVersionOperations
51+ :ivar operation_results: OperationResultsOperations operations
52+ :vartype operation_results:
53+ azure.mgmt.servicefabricmanagedclusters.operations.OperationResultsOperations
54+ :ivar operation_status: OperationStatusOperations operations
55+ :vartype operation_status:
56+ azure.mgmt.servicefabricmanagedclusters.operations.OperationStatusOperations
57+ :ivar managed_unsupported_vm_sizes: ManagedUnsupportedVMSizesOperations operations
58+ :vartype managed_unsupported_vm_sizes:
59+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedUnsupportedVMSizesOperations
60+ :ivar managed_clusters: ManagedClustersOperations operations
61+ :vartype managed_clusters:
62+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations
4663 :ivar application_types: ApplicationTypesOperations operations
4764 :vartype application_types:
4865 azure.mgmt.servicefabricmanagedclusters.operations.ApplicationTypesOperations
@@ -54,44 +71,27 @@ class ServiceFabricManagedClustersManagementClient: # pylint: disable=too-many-
5471 azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations
5572 :ivar services: ServicesOperations operations
5673 :vartype services: azure.mgmt.servicefabricmanagedclusters.operations.ServicesOperations
57- :ivar managed_clusters: ManagedClustersOperations operations
58- :vartype managed_clusters:
59- azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations
60- :ivar managed_az_resiliency_status: ManagedAzResiliencyStatusOperations operations
61- :vartype managed_az_resiliency_status:
62- azure.mgmt.servicefabricmanagedclusters.operations.ManagedAzResiliencyStatusOperations
63- :ivar managed_maintenance_window_status: ManagedMaintenanceWindowStatusOperations operations
64- :vartype managed_maintenance_window_status:
65- azure.mgmt.servicefabricmanagedclusters.operations.ManagedMaintenanceWindowStatusOperations
6674 :ivar managed_apply_maintenance_window: ManagedApplyMaintenanceWindowOperations operations
6775 :vartype managed_apply_maintenance_window:
6876 azure.mgmt.servicefabricmanagedclusters.operations.ManagedApplyMaintenanceWindowOperations
69- :ivar managed_cluster_version: ManagedClusterVersionOperations operations
70- :vartype managed_cluster_version:
71- azure.mgmt.servicefabricmanagedclusters.operations.ManagedClusterVersionOperations
72- :ivar managed_unsupported_vm_sizes: ManagedUnsupportedVMSizesOperations operations
73- :vartype managed_unsupported_vm_sizes:
74- azure.mgmt.servicefabricmanagedclusters.operations.ManagedUnsupportedVMSizesOperations
75- :ivar operation_status: OperationStatusOperations operations
76- :vartype operation_status:
77- azure.mgmt.servicefabricmanagedclusters.operations.OperationStatusOperations
78- :ivar operation_results: OperationResultsOperations operations
79- :vartype operation_results:
80- azure.mgmt.servicefabricmanagedclusters.operations.OperationResultsOperations
81- :ivar operations: Operations operations
82- :vartype operations: azure.mgmt.servicefabricmanagedclusters.operations.Operations
77+ :ivar managed_maintenance_window_status: ManagedMaintenanceWindowStatusOperations operations
78+ :vartype managed_maintenance_window_status:
79+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedMaintenanceWindowStatusOperations
80+ :ivar managed_az_resiliency_status: ManagedAzResiliencyStatusOperations operations
81+ :vartype managed_az_resiliency_status:
82+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedAzResiliencyStatusOperations
8383 :ivar node_types: NodeTypesOperations operations
8484 :vartype node_types: azure.mgmt.servicefabricmanagedclusters.operations.NodeTypesOperations
8585 :ivar node_type_skus: NodeTypeSkusOperations operations
8686 :vartype node_type_skus:
8787 azure.mgmt.servicefabricmanagedclusters.operations.NodeTypeSkusOperations
8888 :param credential: Credential needed for the client to connect to Azure. Required.
8989 :type credential: ~azure.core.credentials.TokenCredential
90- :param subscription_id: The customer subscription identifier . Required.
90+ :param subscription_id: The ID of the target subscription . Required.
9191 :type subscription_id: str
9292 :param base_url: Service URL. Default value is "https://management.azure.com".
9393 :type base_url: str
94- :keyword api_version: Api Version. Default value is "2024-09 -01-preview". Note that overriding
94+ :keyword api_version: Api Version. Default value is "2024-11 -01-preview". Note that overriding
9595 this default value may result in unsupported behavior.
9696 :paramtype api_version: str
9797 :keyword int polling_interval: Default waiting time between two polls for LRO operations if no
@@ -132,39 +132,39 @@ def __init__(
132132 self ._serialize = Serializer (client_models )
133133 self ._deserialize = Deserializer (client_models )
134134 self ._serialize .client_side_validation = False
135- self .application_types = ApplicationTypesOperations (
135+ self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
136+ self .managed_cluster_version = ManagedClusterVersionOperations (
136137 self ._client , self ._config , self ._serialize , self ._deserialize
137138 )
138- self .application_type_versions = ApplicationTypeVersionsOperations (
139+ self .operation_results = OperationResultsOperations (
139140 self ._client , self ._config , self ._serialize , self ._deserialize
140141 )
141- self .applications = ApplicationsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
142- self .services = ServicesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
143- self .managed_clusters = ManagedClustersOperations (
142+ self .operation_status = OperationStatusOperations (
144143 self ._client , self ._config , self ._serialize , self ._deserialize
145144 )
146- self .managed_az_resiliency_status = ManagedAzResiliencyStatusOperations (
145+ self .managed_unsupported_vm_sizes = ManagedUnsupportedVMSizesOperations (
147146 self ._client , self ._config , self ._serialize , self ._deserialize
148147 )
149- self .managed_maintenance_window_status = ManagedMaintenanceWindowStatusOperations (
148+ self .managed_clusters = ManagedClustersOperations (
150149 self ._client , self ._config , self ._serialize , self ._deserialize
151150 )
152- self .managed_apply_maintenance_window = ManagedApplyMaintenanceWindowOperations (
151+ self .application_types = ApplicationTypesOperations (
153152 self ._client , self ._config , self ._serialize , self ._deserialize
154153 )
155- self .managed_cluster_version = ManagedClusterVersionOperations (
154+ self .application_type_versions = ApplicationTypeVersionsOperations (
156155 self ._client , self ._config , self ._serialize , self ._deserialize
157156 )
158- self .managed_unsupported_vm_sizes = ManagedUnsupportedVMSizesOperations (
157+ self .applications = ApplicationsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
158+ self .services = ServicesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
159+ self .managed_apply_maintenance_window = ManagedApplyMaintenanceWindowOperations (
159160 self ._client , self ._config , self ._serialize , self ._deserialize
160161 )
161- self .operation_status = OperationStatusOperations (
162+ self .managed_maintenance_window_status = ManagedMaintenanceWindowStatusOperations (
162163 self ._client , self ._config , self ._serialize , self ._deserialize
163164 )
164- self .operation_results = OperationResultsOperations (
165+ self .managed_az_resiliency_status = ManagedAzResiliencyStatusOperations (
165166 self ._client , self ._config , self ._serialize , self ._deserialize
166167 )
167- self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
168168 self .node_types = NodeTypesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
169169 self .node_type_skus = NodeTypeSkusOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
170170
0 commit comments