4343class ServiceFabricManagedClustersManagementClient : # pylint: disable=too-many-instance-attributes,name-too-long
4444 """Service Fabric Managed Clusters Management Client.
4545
46+ :ivar applications: ApplicationsOperations operations
47+ :vartype applications:
48+ azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations
4649 :ivar application_types: ApplicationTypesOperations operations
4750 :vartype application_types:
4851 azure.mgmt.servicefabricmanagedclusters.operations.ApplicationTypesOperations
4952 :ivar application_type_versions: ApplicationTypeVersionsOperations operations
5053 :vartype application_type_versions:
5154 azure.mgmt.servicefabricmanagedclusters.operations.ApplicationTypeVersionsOperations
52- :ivar applications: ApplicationsOperations operations
53- :vartype applications:
54- azure.mgmt.servicefabricmanagedclusters.operations.ApplicationsOperations
5555 :ivar services: ServicesOperations operations
5656 :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
66- :ivar managed_apply_maintenance_window: ManagedApplyMaintenanceWindowOperations operations
67- :vartype managed_apply_maintenance_window:
68- azure.mgmt.servicefabricmanagedclusters.operations.ManagedApplyMaintenanceWindowOperations
57+ :ivar operations: Operations operations
58+ :vartype operations: azure.mgmt.servicefabricmanagedclusters.operations.Operations
6959 :ivar managed_cluster_version: ManagedClusterVersionOperations operations
7060 :vartype managed_cluster_version:
7161 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
7862 :ivar operation_results: OperationResultsOperations operations
7963 :vartype operation_results:
8064 azure.mgmt.servicefabricmanagedclusters.operations.OperationResultsOperations
81- :ivar operations: Operations operations
82- :vartype operations: azure.mgmt.servicefabricmanagedclusters.operations.Operations
65+ :ivar operation_status: OperationStatusOperations operations
66+ :vartype operation_status:
67+ azure.mgmt.servicefabricmanagedclusters.operations.OperationStatusOperations
68+ :ivar managed_unsupported_vm_sizes: ManagedUnsupportedVMSizesOperations operations
69+ :vartype managed_unsupported_vm_sizes:
70+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedUnsupportedVMSizesOperations
71+ :ivar managed_clusters: ManagedClustersOperations operations
72+ :vartype managed_clusters:
73+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedClustersOperations
74+ :ivar managed_apply_maintenance_window: ManagedApplyMaintenanceWindowOperations operations
75+ :vartype managed_apply_maintenance_window:
76+ azure.mgmt.servicefabricmanagedclusters.operations.ManagedApplyMaintenanceWindowOperations
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
@@ -91,7 +91,7 @@ class ServiceFabricManagedClustersManagementClient: # pylint: disable=too-many-
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 .applications = ApplicationsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
135136 self .application_types = ApplicationTypesOperations (
136137 self ._client , self ._config , self ._serialize , self ._deserialize
137138 )
138139 self .application_type_versions = ApplicationTypeVersionsOperations (
139140 self ._client , self ._config , self ._serialize , self ._deserialize
140141 )
141- self .applications = ApplicationsOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
142142 self .services = ServicesOperations (self ._client , self ._config , self ._serialize , self ._deserialize )
143- self .managed_clusters = ManagedClustersOperations (
143+ self .operations = Operations (self ._client , self ._config , self ._serialize , self ._deserialize )
144+ self .managed_cluster_version = ManagedClusterVersionOperations (
144145 self ._client , self ._config , self ._serialize , self ._deserialize
145146 )
146- self .managed_az_resiliency_status = ManagedAzResiliencyStatusOperations (
147+ self .operation_results = OperationResultsOperations (
147148 self ._client , self ._config , self ._serialize , self ._deserialize
148149 )
149- self .managed_maintenance_window_status = ManagedMaintenanceWindowStatusOperations (
150+ self .operation_status = OperationStatusOperations (
150151 self ._client , self ._config , self ._serialize , self ._deserialize
151152 )
152- self .managed_apply_maintenance_window = ManagedApplyMaintenanceWindowOperations (
153+ self .managed_unsupported_vm_sizes = ManagedUnsupportedVMSizesOperations (
153154 self ._client , self ._config , self ._serialize , self ._deserialize
154155 )
155- self .managed_cluster_version = ManagedClusterVersionOperations (
156+ self .managed_clusters = ManagedClustersOperations (
156157 self ._client , self ._config , self ._serialize , self ._deserialize
157158 )
158- self .managed_unsupported_vm_sizes = ManagedUnsupportedVMSizesOperations (
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