94 строки
6.8 KiB
YAML
94 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat"
|
|
name: "ServiceEndpointPropertiesFormat"
|
|
nameWithType: "ServiceEndpointPropertiesFormat"
|
|
summary: "The service endpoint properties."
|
|
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 **ServiceEndpointPropertiesFormat**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.ServiceEndpointPropertiesFormat()"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.ServiceEndpointPropertiesFormat()"
|
|
name: "ServiceEndpointPropertiesFormat()"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.ServiceEndpointPropertiesFormat()"
|
|
syntax: "public ServiceEndpointPropertiesFormat()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.locations()"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.locations()"
|
|
name: "locations()"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.locations()"
|
|
summary: "Get a list of locations."
|
|
syntax: "public List<String> locations()"
|
|
desc: "Get a list of locations."
|
|
returns:
|
|
description: "the locations 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.ServiceEndpointPropertiesFormat.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.provisioningState()"
|
|
summary: "Get the provisioning state of the service endpoint resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioning state of the service endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
|
|
returns:
|
|
description: "the provisioningState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.service()"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.service()"
|
|
name: "service()"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.service()"
|
|
summary: "Get the type of the endpoint service."
|
|
syntax: "public String service()"
|
|
desc: "Get the type of the endpoint service."
|
|
returns:
|
|
description: "the service 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.ServiceEndpointPropertiesFormat.withLocations(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.withLocations(List<String> locations)"
|
|
name: "withLocations(List<String> locations)"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.withLocations(List<String> locations)"
|
|
summary: "Set a list of locations."
|
|
parameters:
|
|
- description: "the locations value to set"
|
|
name: "locations"
|
|
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 ServiceEndpointPropertiesFormat withLocations(List<String> locations)"
|
|
desc: "Set a list of locations."
|
|
returns:
|
|
description: "the ServiceEndpointPropertiesFormat object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat?alt=com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat&text=ServiceEndpointPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.withService(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat.withService(String service)"
|
|
name: "withService(String service)"
|
|
nameWithType: "ServiceEndpointPropertiesFormat.withService(String service)"
|
|
summary: "Set the type of the endpoint service."
|
|
parameters:
|
|
- description: "the service value to set"
|
|
name: "service"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServiceEndpointPropertiesFormat withService(String service)"
|
|
desc: "Set the type of the endpoint service."
|
|
returns:
|
|
description: "the ServiceEndpointPropertiesFormat object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat?alt=com.microsoft.azure.management.network.ServiceEndpointPropertiesFormat&text=ServiceEndpointPropertiesFormat\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The service endpoint properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|