DomainResource.DefinitionStages.WithDomainManagement Interface

public static interface DomainResource.DefinitionStages.WithDomainManagement

The stage of the DomainResource definition allowing to specify domainManagement.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDomainManagement(DomainManagement domainManagement)

Specifies the domainManagement property: Describes how a Domains resource is being managed..

Method Details

withDomainManagement

public abstract DomainResource.DefinitionStages.WithCreate withDomainManagement(DomainManagement domainManagement)

Specifies the domainManagement property: Describes how a Domains resource is being managed..

Parameters:

domainManagement - Describes how a Domains resource is being managed.

Returns:

the next definition stage.

Applies to