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

108 строки
7.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku"
name: "ExpressRouteCircuitSku"
nameWithType: "ExpressRouteCircuitSku"
summary: "Contains SKU 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 **ExpressRouteCircuitSku**"
constructors:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.ExpressRouteCircuitSku()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.ExpressRouteCircuitSku()"
name: "ExpressRouteCircuitSku()"
nameWithType: "ExpressRouteCircuitSku.ExpressRouteCircuitSku()"
syntax: "public ExpressRouteCircuitSku()"
methods:
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.family()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.family()"
name: "family()"
nameWithType: "ExpressRouteCircuitSku.family()"
summary: "Get the family of the SKU."
syntax: "public ExpressRouteCircuitSkuFamily family()"
desc: "Get the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'."
returns:
description: "the family value"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSkuFamily?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSkuFamily&text=ExpressRouteCircuitSkuFamily\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.name()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.name()"
name: "name()"
nameWithType: "ExpressRouteCircuitSku.name()"
summary: "Get the name of the SKU."
syntax: "public String name()"
desc: "Get the name of the SKU."
returns:
description: "the name 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.ExpressRouteCircuitSku.tier()"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.tier()"
name: "tier()"
nameWithType: "ExpressRouteCircuitSku.tier()"
summary: "Get the tier of the SKU."
syntax: "public ExpressRouteCircuitSkuTier tier()"
desc: "Get the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local'."
returns:
description: "the tier value"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSkuTier?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSkuTier&text=ExpressRouteCircuitSkuTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withFamily(com.microsoft.azure.management.network.ExpressRouteCircuitSkuFamily)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withFamily(ExpressRouteCircuitSkuFamily family)"
name: "withFamily(ExpressRouteCircuitSkuFamily family)"
nameWithType: "ExpressRouteCircuitSku.withFamily(ExpressRouteCircuitSkuFamily family)"
summary: "Set the family of the SKU."
parameters:
- description: "the family value to set"
name: "family"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSkuFamily?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSkuFamily&text=ExpressRouteCircuitSkuFamily\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitSku withFamily(ExpressRouteCircuitSkuFamily family)"
desc: "Set the family of the SKU. Possible values include: 'UnlimitedData', 'MeteredData'."
returns:
description: "the ExpressRouteCircuitSku object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSku?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSku&text=ExpressRouteCircuitSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withName(String name)"
name: "withName(String name)"
nameWithType: "ExpressRouteCircuitSku.withName(String name)"
summary: "Set the name of the SKU."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitSku withName(String name)"
desc: "Set the name of the SKU."
returns:
description: "the ExpressRouteCircuitSku object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSku?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSku&text=ExpressRouteCircuitSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withTier(com.microsoft.azure.management.network.ExpressRouteCircuitSkuTier)"
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitSku.withTier(ExpressRouteCircuitSkuTier tier)"
name: "withTier(ExpressRouteCircuitSkuTier tier)"
nameWithType: "ExpressRouteCircuitSku.withTier(ExpressRouteCircuitSkuTier tier)"
summary: "Set the tier of the SKU."
parameters:
- description: "the tier value to set"
name: "tier"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSkuTier?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSkuTier&text=ExpressRouteCircuitSkuTier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCircuitSku withTier(ExpressRouteCircuitSkuTier tier)"
desc: "Set the tier of the SKU. Possible values include: 'Standard', 'Premium', 'Basic', 'Local'."
returns:
description: "the ExpressRouteCircuitSku object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitSku?alt=com.microsoft.azure.management.network.ExpressRouteCircuitSku&text=ExpressRouteCircuitSku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains SKU in an ExpressRouteCircuit."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4