managementGroups = $managementGroups; } /** * @return AzureManagementGroup[] */ public function getManagementGroups() { return $this->managementGroups; } /** * @param AzureResourceGroup */ public function setResourceGroup(AzureResourceGroup $resourceGroup) { $this->resourceGroup = $resourceGroup; } /** * @return AzureResourceGroup */ public function getResourceGroup() { return $this->resourceGroup; } /** * @param AzureSubscription */ public function setSubscription(AzureSubscription $subscription) { $this->subscription = $subscription; } /** * @return AzureSubscription */ public function getSubscription() { return $this->subscription; } /** * @param AzureTenant */ public function setTenant(AzureTenant $tenant) { $this->tenant = $tenant; } /** * @return AzureTenant */ public function getTenant() { return $this->tenant; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AzureMetadata::class, 'Google_Service_SecurityCommandCenter_AzureMetadata');