PortalServicesCopilotExtensions.GetPortalServicesCopilotSetting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object representing a PortalServicesCopilotSettingResource along with the instance operations that can be performed on it in the TenantResource. <item>MockingTo mock this method, please mock GetPortalServicesCopilotSetting() instead.</item>
public static Azure.ResourceManager.PortalServicesCopilot.PortalServicesCopilotSettingResource GetPortalServicesCopilotSetting(this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetPortalServicesCopilotSetting : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.PortalServicesCopilot.PortalServicesCopilotSettingResource
<Extension()>
Public Function GetPortalServicesCopilotSetting (tenantResource As TenantResource) As PortalServicesCopilotSettingResource
Parameters
- tenantResource
- TenantResource
The TenantResource instance the method will execute against.
Returns
Returns a PortalServicesCopilotSettingResource object.
Exceptions
tenantResource
is null.