Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CustomHostnameSitesInner
Packages that use CustomHostnameSitesInner
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 CustomHostnameSitesInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CustomHostnameSitesInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CustomHostnameSitesInner>ResourceProvidersClient.listCustomHostnameSites()Get custom hostnames under this subscription.com.azure.core.http.rest.PagedIterable<CustomHostnameSitesInner>ResourceProvidersClient.listCustomHostnameSites(String hostname, com.azure.core.util.Context context) Get custom hostnames under this subscription.com.azure.core.http.rest.PagedFlux<CustomHostnameSitesInner>ResourceProvidersClient.listCustomHostnameSitesAsync()Get custom hostnames under this subscription.com.azure.core.http.rest.PagedFlux<CustomHostnameSitesInner>ResourceProvidersClient.listCustomHostnameSitesAsync(String hostname) Get custom hostnames under this subscription. -
Uses of CustomHostnameSitesInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomHostnameSitesInnerModifier and TypeMethodDescriptionCustomHostnameSitesInner.withCustomHostname(String customHostname) Set the customHostname property: The customHostname property.Set the kind property: Kind of resource.CustomHostnameSitesInner.withRegion(String region) Set the region property: The region property.CustomHostnameSitesInner.withSiteResourceIds(List<IdentifierInner> siteResourceIds) Set the siteResourceIds property: The siteResourceIds property. -
Uses of CustomHostnameSitesInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CustomHostnameSitesInnerModifier and TypeMethodDescriptionCustomHostnameSitesCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CustomHostnameSitesInnerModifier and TypeMethodDescriptionCustomHostnameSitesCollection.withValue(List<CustomHostnameSitesInner> value) Set the value property: Collection of resources.