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

106 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet"
name: "TrafficManagerEndpoint.UpdateStages.WithSubnet"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet"
summary: "The stage of the traffic manager endpoint update allowing to specify subnets."
syntax: "public static interface **TrafficManagerEndpoint.UpdateStages.WithSubnet**"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(java.lang.String,int)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp, int mask)"
name: "withSubnet(String subnetStartIp, int mask)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp, int mask)"
summary: "Specifies the subnets for the endpoint in CIDR format (start ip, mask)."
modifiers:
- "abstract"
parameters:
- description: "the first ip in the subnet"
name: "subnetStartIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the subnet mask"
name: "mask"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, int mask)"
desc: "Specifies the subnets for the endpoint in CIDR format (start ip, mask)."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp, String subnetEndIp)"
name: "withSubnet(String subnetStartIp, String subnetEndIp)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnet(String subnetStartIp, String subnetEndIp)"
summary: "Specifies the subnets for the endpoint as an ip range."
modifiers:
- "abstract"
parameters:
- description: "the first ip in the subnet"
name: "subnetStartIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the last ip in the subnet"
name: "subnetEndIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.Update withSubnet(String subnetStartIp, String subnetEndIp)"
desc: "Specifies the subnets for the endpoint as an ip range."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(java.util.List<com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem>)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets)"
name: "withSubnets(List<EndpointPropertiesSubnetsItem> subnets)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet.withSubnets(List<EndpointPropertiesSubnetsItem> subnets)"
summary: "Specifies the subnets for this endpoint."
modifiers:
- "abstract"
parameters:
- description: "the array of subnet descriptions"
name: "subnets"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem?alt=com.microsoft.azure.management.trafficmanager.EndpointPropertiesSubnetsItem&text=EndpointPropertiesSubnetsItem\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract TrafficManagerEndpoint.Update withSubnets(List<EndpointPropertiesSubnetsItem> subnets)"
desc: "Specifies the subnets for this endpoint."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(java.lang.String,int)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp, int scope)"
name: "withoutSubnet(String subnetStartIp, int scope)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp, int scope)"
summary: "Specifies that the given subnet CIDR (start ip, mask) should be removed."
modifiers:
- "abstract"
parameters:
- description: "the first ip in the subnet"
name: "subnetStartIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the subnet scope"
name: "scope"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, int scope)"
desc: "Specifies that the given subnet CIDR (start ip, mask) should be removed."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp, String subnetEndIp)"
name: "withoutSubnet(String subnetStartIp, String subnetEndIp)"
nameWithType: "TrafficManagerEndpoint.UpdateStages.WithSubnet.withoutSubnet(String subnetStartIp, String subnetEndIp)"
summary: "Specifies that subnet with the given range should be removed."
modifiers:
- "abstract"
parameters:
- description: "the first ip in the subnet"
name: "subnetStartIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the last ip in the subnet"
name: "subnetEndIp"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TrafficManagerEndpoint.Update withoutSubnet(String subnetStartIp, String subnetEndIp)"
desc: "Specifies that subnet with the given range should be removed."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update?alt=com.microsoft.azure.management.trafficmanager.TrafficManagerEndpoint.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of the traffic manager endpoint update allowing to specify subnets."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4