managementGroups = $managementGroups; } /** * @return GoogleCloudSecuritycenterV2AzureManagementGroup[] */ public function getManagementGroups() { return $this->managementGroups; } /** * @param GoogleCloudSecuritycenterV2AzureResourceGroup */ public function setResourceGroup(GoogleCloudSecuritycenterV2AzureResourceGroup $resourceGroup) { $this->resourceGroup = $resourceGroup; } /** * @return GoogleCloudSecuritycenterV2AzureResourceGroup */ public function getResourceGroup() { return $this->resourceGroup; } /** * @param GoogleCloudSecuritycenterV2AzureSubscription */ public function setSubscription(GoogleCloudSecuritycenterV2AzureSubscription $subscription) { $this->subscription = $subscription; } /** * @return GoogleCloudSecuritycenterV2AzureSubscription */ public function getSubscription() { return $this->subscription; } /** * @param GoogleCloudSecuritycenterV2AzureTenant */ public function setTenant(GoogleCloudSecuritycenterV2AzureTenant $tenant) { $this->tenant = $tenant; } /** * @return GoogleCloudSecuritycenterV2AzureTenant */ public function getTenant() { return $this->tenant; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2AzureMetadata::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2AzureMetadata');