Uses of Class
com.azure.resourcemanager.appservice.fluent.models.TopLevelDomainInner
Packages that use TopLevelDomainInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of TopLevelDomainInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return TopLevelDomainInnerModifier and TypeMethodDescriptionGet details of a top-level domain.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type TopLevelDomainInnerModifier and TypeMethodDescriptionGet details of a top-level domain.com.azure.core.http.rest.Response<TopLevelDomainInner> TopLevelDomainsClient.getWithResponse(String name, com.azure.core.util.Context context) Get details of a top-level domain.Mono<com.azure.core.http.rest.Response<TopLevelDomainInner>> TopLevelDomainsClient.getWithResponseAsync(String name) Get details of a top-level domain.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> TopLevelDomainsClient.list()Get all top-level domains supported for registration.com.azure.core.http.rest.PagedIterable<TopLevelDomainInner> TopLevelDomainsClient.list(com.azure.core.util.Context context) Get all top-level domains supported for registration.com.azure.core.http.rest.PagedFlux<TopLevelDomainInner> TopLevelDomainsClient.listAsync()Get all top-level domains supported for registration. -
Uses of TopLevelDomainInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TopLevelDomainInnerModifier and TypeMethodDescriptionstatic TopLevelDomainInnerTopLevelDomainInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TopLevelDomainInner from the JsonReader.Set the kind property: Kind of resource.TopLevelDomainInner.withPrivacy(Boolean privacy) Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>. -
Uses of TopLevelDomainInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type TopLevelDomainInnerModifier and TypeMethodDescriptionTopLevelDomainCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type TopLevelDomainInnerModifier and TypeMethodDescriptionTopLevelDomainCollection.withValue(List<TopLevelDomainInner> value) Set the value property: Collection of resources.