azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem"
name: "EndpointPropertiesSubnetsItem"
nameWithType: "EndpointPropertiesSubnetsItem"
summary: "Subnet first address, scope, and/or last address."
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 **EndpointPropertiesSubnetsItem**"
constructors:
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.EndpointPropertiesSubnetsItem()"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.EndpointPropertiesSubnetsItem()"
name: "EndpointPropertiesSubnetsItem()"
nameWithType: "EndpointPropertiesSubnetsItem.EndpointPropertiesSubnetsItem()"
syntax: "public EndpointPropertiesSubnetsItem()"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.first()"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.first()"
name: "first()"
nameWithType: "EndpointPropertiesSubnetsItem.first()"
summary: "Get first address in the subnet."
syntax: "public String first()"
desc: "Get first address in the subnet."
returns:
description: "the first value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.last()"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.last()"
name: "last()"
nameWithType: "EndpointPropertiesSubnetsItem.last()"
summary: "Get last address in the subnet."
syntax: "public String last()"
desc: "Get last address in the subnet."
returns:
description: "the last value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.scope()"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.scope()"
name: "scope()"
nameWithType: "EndpointPropertiesSubnetsItem.scope()"
summary: "Get block size (number of leading bits in the subnet mask)."
syntax: "public Integer scope()"
desc: "Get block size (number of leading bits in the subnet mask)."
returns:
description: "the scope value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withFirst(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withFirst(String first)"
name: "withFirst(String first)"
nameWithType: "EndpointPropertiesSubnetsItem.withFirst(String first)"
summary: "Set first address in the subnet."
parameters:
- description: "the first value to set"
name: "first"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointPropertiesSubnetsItem withFirst(String first)"
desc: "Set first address in the subnet."
returns:
description: "the EndpointPropertiesSubnetsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem?alt=com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem&text=EndpointPropertiesSubnetsItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withLast(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withLast(String last)"
name: "withLast(String last)"
nameWithType: "EndpointPropertiesSubnetsItem.withLast(String last)"
summary: "Set last address in the subnet."
parameters:
- description: "the last value to set"
name: "last"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointPropertiesSubnetsItem withLast(String last)"
desc: "Set last address in the subnet."
returns:
description: "the EndpointPropertiesSubnetsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem?alt=com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem&text=EndpointPropertiesSubnetsItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withScope(java.lang.Integer)"
fullName: "com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem.withScope(Integer scope)"
name: "withScope(Integer scope)"
nameWithType: "EndpointPropertiesSubnetsItem.withScope(Integer scope)"
summary: "Set block size (number of leading bits in the subnet mask)."
parameters:
- description: "the scope value to set"
name: "scope"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EndpointPropertiesSubnetsItem withScope(Integer scope)"
desc: "Set block size (number of leading bits in the subnet mask)."
returns:
description: "the EndpointPropertiesSubnetsItem object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem?alt=com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem&text=EndpointPropertiesSubnetsItem\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Subnet first address, scope, and/or last address."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4