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

108 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties"
name: "ExpressRouteCircuitServiceProviderProperties"
nameWithType: "ExpressRouteCircuitServiceProviderProperties"
summary: "Contains Service<wbr>Provider<wbr>Properties in an Express<wbr>Route<wbr>Circuit."
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 **ExpressRouteCircuitServiceProviderProperties**"
constructors:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.ExpressRouteCircuitServiceProviderProperties()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.ExpressRouteCircuitServiceProviderProperties()"
name: "ExpressRouteCircuitServiceProviderProperties()"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.ExpressRouteCircuitServiceProviderProperties()"
syntax: "public ExpressRouteCircuitServiceProviderProperties()"
methods:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.bandwidthInMbps()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.bandwidthInMbps()"
name: "bandwidthInMbps()"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.bandwidthInMbps()"
summary: "Get the Bandwidth<wbr>InMbps."
syntax: "public Integer bandwidthInMbps()"
desc: "Get the BandwidthInMbps."
returns:
description: "the bandwidthInMbps value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.peeringLocation()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.peeringLocation()"
name: "peeringLocation()"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.peeringLocation()"
summary: "Get the peering location."
syntax: "public String peeringLocation()"
desc: "Get the peering location."
returns:
description: "the peeringLocation 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.ExpressRouteCircuitServiceProviderProperties.serviceProviderName()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.serviceProviderName()"
name: "serviceProviderName()"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.serviceProviderName()"
summary: "Get the service<wbr>Provider<wbr>Name."
syntax: "public String serviceProviderName()"
desc: "Get the serviceProviderName."
returns:
description: "the serviceProviderName 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.ExpressRouteCircuitServiceProviderProperties.withBandwidthInMbps(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.withBandwidthInMbps(Integer bandwidthInMbps)"
name: "withBandwidthInMbps(Integer bandwidthInMbps)"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.withBandwidthInMbps(Integer bandwidthInMbps)"
summary: "Set the Bandwidth<wbr>InMbps."
parameters:
- description: "the bandwidthInMbps value to set"
name: "bandwidthInMbps"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)"
desc: "Set the BandwidthInMbps."
returns:
description: "the ExpressRouteCircuitServiceProviderProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties?alt=com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties&text=ExpressRouteCircuitServiceProviderProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.withPeeringLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.withPeeringLocation(String peeringLocation)"
name: "withPeeringLocation(String peeringLocation)"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.withPeeringLocation(String peeringLocation)"
summary: "Set the peering location."
parameters:
- description: "the peeringLocation value to set"
name: "peeringLocation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)"
desc: "Set the peering location."
returns:
description: "the ExpressRouteCircuitServiceProviderProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties?alt=com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties&text=ExpressRouteCircuitServiceProviderProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.withServiceProviderName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties.withServiceProviderName(String serviceProviderName)"
name: "withServiceProviderName(String serviceProviderName)"
nameWithType: "ExpressRouteCircuitServiceProviderProperties.withServiceProviderName(String serviceProviderName)"
summary: "Set the service<wbr>Provider<wbr>Name."
parameters:
- description: "the serviceProviderName value to set"
name: "serviceProviderName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)"
desc: "Set the serviceProviderName."
returns:
description: "the ExpressRouteCircuitServiceProviderProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties?alt=com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties&text=ExpressRouteCircuitServiceProviderProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains ServiceProviderProperties in an ExpressRouteCircuit."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4