Share via


Office365Tenant.GetTenantCdnPolicies method

Namespace:  Microsoft.Online.SharePoint.TenantManagement
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Function GetTenantCdnPolicies ( _
    cdnType As SPOTenantCdnType _
) As IList(Of String)
'Usage
Dim instance As Office365Tenant
Dim cdnType As SPOTenantCdnType
Dim returnValue As IList(Of String)

returnValue = instance.GetTenantCdnPolicies(cdnType)
public IList<string> GetTenantCdnPolicies(
    SPOTenantCdnType cdnType
)

Parameters

Return value

Type: System.Collections.Generic.IList<String>

See also

Reference

Office365Tenant class

Office365Tenant members

Microsoft.Online.SharePoint.TenantManagement namespace