Uses of Class
com.azure.resourcemanager.appservice.fluent.models.NameIdentifierInner
Packages that use NameIdentifierInner
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 NameIdentifierInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type NameIdentifierInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<NameIdentifierInner> DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters) Get domain name recommendations based on keywords.com.azure.core.http.rest.PagedIterable<NameIdentifierInner> DomainsClient.listRecommendations(DomainRecommendationSearchParameters parameters, com.azure.core.util.Context context) Get domain name recommendations based on keywords.com.azure.core.http.rest.PagedFlux<NameIdentifierInner> DomainsClient.listRecommendationsAsync(DomainRecommendationSearchParameters parameters) Get domain name recommendations based on keywords.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type NameIdentifierInnerModifier and TypeMethodDescriptionDomainsClient.checkAvailability(NameIdentifierInner identifier) Check if a domain is available for registration.DomainsClient.checkAvailabilityAsync(NameIdentifierInner identifier) Check if a domain is available for registration.com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner> DomainsClient.checkAvailabilityWithResponse(NameIdentifierInner identifier, com.azure.core.util.Context context) Check if a domain is available for registration.Mono<com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner>> DomainsClient.checkAvailabilityWithResponseAsync(NameIdentifierInner identifier) Check if a domain is available for registration.com.azure.core.http.rest.PagedIterable<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostname(NameIdentifierInner nameIdentifier) List all apps that are assigned to a hostname.com.azure.core.http.rest.PagedIterable<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostname(NameIdentifierInner nameIdentifier, com.azure.core.util.Context context) List all apps that are assigned to a hostname.com.azure.core.http.rest.PagedFlux<IdentifierInner> ResourceProvidersClient.listSiteIdentifiersAssignedToHostnameAsync(NameIdentifierInner nameIdentifier) List all apps that are assigned to a hostname.voidAppServiceCertificateOrdersClient.resendRequestEmails(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier) Resend domain verification email to customer for this certificate order Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order.AppServiceCertificateOrdersClient.resendRequestEmailsAsync(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier) Resend domain verification email to customer for this certificate order Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order.com.azure.core.http.rest.Response<Void> AppServiceCertificateOrdersClient.resendRequestEmailsWithResponse(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier, com.azure.core.util.Context context) Resend domain verification email to customer for this certificate order Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order.AppServiceCertificateOrdersClient.resendRequestEmailsWithResponseAsync(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier) Resend domain verification email to customer for this certificate order Resend domain verification ownership email containing steps on how to verify a domain for a given certificate order. -
Uses of NameIdentifierInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return NameIdentifierInnerModifier and TypeMethodDescriptionstatic NameIdentifierInnerNameIdentifierInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NameIdentifierInner from the JsonReader.Set the name property: Name of the object. -
Uses of NameIdentifierInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type NameIdentifierInnerModifier and TypeMethodDescriptionNameIdentifierCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type NameIdentifierInnerModifier and TypeMethodDescriptionNameIdentifierCollection.withValue(List<NameIdentifierInner> value) Set the value property: Collection of resources.