84 строки
5.9 KiB
YAML
84 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.AvailableProvidersListCity"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity"
|
|
name: "AvailableProvidersListCity"
|
|
nameWithType: "AvailableProvidersListCity"
|
|
summary: "City or town details."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **AvailableProvidersListCity**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.AvailableProvidersListCity.AvailableProvidersListCity()"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity.AvailableProvidersListCity()"
|
|
name: "AvailableProvidersListCity()"
|
|
nameWithType: "AvailableProvidersListCity.AvailableProvidersListCity()"
|
|
syntax: "public AvailableProvidersListCity()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.AvailableProvidersListCity.cityName()"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity.cityName()"
|
|
name: "cityName()"
|
|
nameWithType: "AvailableProvidersListCity.cityName()"
|
|
summary: "Get the city or town name."
|
|
syntax: "public String cityName()"
|
|
desc: "Get the city or town name."
|
|
returns:
|
|
description: "the cityName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AvailableProvidersListCity.providers()"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity.providers()"
|
|
name: "providers()"
|
|
nameWithType: "AvailableProvidersListCity.providers()"
|
|
summary: "Get a list of Internet service providers."
|
|
syntax: "public List<String> providers()"
|
|
desc: "Get a list of Internet service providers."
|
|
returns:
|
|
description: "the providers value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.AvailableProvidersListCity.withCityName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity.withCityName(String cityName)"
|
|
name: "withCityName(String cityName)"
|
|
nameWithType: "AvailableProvidersListCity.withCityName(String cityName)"
|
|
summary: "Set the city or town name."
|
|
parameters:
|
|
- description: "the cityName value to set"
|
|
name: "cityName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AvailableProvidersListCity withCityName(String cityName)"
|
|
desc: "Set the city or town name."
|
|
returns:
|
|
description: "the AvailableProvidersListCity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AvailableProvidersListCity?alt=com.microsoft.azure.management.network.AvailableProvidersListCity&text=AvailableProvidersListCity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.AvailableProvidersListCity.withProviders(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.network.AvailableProvidersListCity.withProviders(List<String> providers)"
|
|
name: "withProviders(List<String> providers)"
|
|
nameWithType: "AvailableProvidersListCity.withProviders(List<String> providers)"
|
|
summary: "Set a list of Internet service providers."
|
|
parameters:
|
|
- description: "the providers value to set"
|
|
name: "providers"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public AvailableProvidersListCity withProviders(List<String> providers)"
|
|
desc: "Set a list of Internet service providers."
|
|
returns:
|
|
description: "the AvailableProvidersListCity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AvailableProvidersListCity?alt=com.microsoft.azure.management.network.AvailableProvidersListCity&text=AvailableProvidersListCity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "City or town details."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|