Uses of Class
com.azure.resourcemanager.appservice.fluent.models.StringListInner
-
Packages that use StringListInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of StringListInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return StringListInner Modifier and Type Method Description StringListInnerStaticSitesClient. listStaticSiteConfiguredRoles(String resourceGroupName, String name)Description for Lists the roles configured for the static site.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type StringListInner Modifier and Type Method Description Mono<StringListInner>StaticSitesClient. listStaticSiteConfiguredRolesAsync(String resourceGroupName, String name)Description for Lists the roles configured for the static site.com.azure.core.http.rest.Response<StringListInner>StaticSitesClient. listStaticSiteConfiguredRolesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Description for Lists the roles configured for the static site.Mono<com.azure.core.http.rest.Response<StringListInner>>StaticSitesClient. listStaticSiteConfiguredRolesWithResponseAsync(String resourceGroupName, String name)Description for Lists the roles configured for the static site. -
Uses of StringListInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StringListInner Modifier and Type Method Description StringListInnerStringListInner. withKind(String kind)Set the kind property: Kind of resource.StringListInnerStringListInner. withProperties(List<String> properties)Set the properties property: List of string resources.
-