Office365Tenant.SetTenantCdnPolicy method
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Sub SetTenantCdnPolicy ( _
cdnType As SPOTenantCdnType, _
policy As SPOTenantCdnPolicyType, _
policyValue As String _
)
'Usage
Dim instance As Office365Tenant
Dim cdnType As SPOTenantCdnType
Dim policy As SPOTenantCdnPolicyType
Dim policyValue As String
instance.SetTenantCdnPolicy(cdnType, _
policy, policyValue)
public void SetTenantCdnPolicy(
SPOTenantCdnType cdnType,
SPOTenantCdnPolicyType policy,
string policyValue
)
Parameters
- policyValue
Type: System.String