DomainsOperationsExtensions.GetControlCenterSsoRequest 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.
Generate a single sign-on request for the domain management portal.
public static Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest GetControlCenterSsoRequest (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations);
static member GetControlCenterSsoRequest : Microsoft.Azure.Management.WebSites.IDomainsOperations -> Microsoft.Azure.Management.WebSites.Models.DomainControlCenterSsoRequest
<Extension()>
Public Function GetControlCenterSsoRequest (operations As IDomainsOperations) As DomainControlCenterSsoRequest
Parameters
- operations
- IDomainsOperations
The operations group for this extension method.
Returns
Remarks
Description for Generate a single sign-on request for the domain management portal.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET