azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

198 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection"
name: "GlobalReachConnection"
nameWithType: "GlobalReachConnection"
summary: "An immutable client-side representation of Global<wbr>Reach<wbr>Connection."
syntax: "public interface **GlobalReachConnection**"
methods:
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.addressPrefix()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.addressPrefix()"
name: "addressPrefix()"
nameWithType: "GlobalReachConnection.addressPrefix()"
summary: "Gets the address<wbr>Prefix property: The network used for global reach carved out from the original network block provided for the private cloud."
modifiers:
- "abstract"
syntax: "public abstract String addressPrefix()"
desc: "Gets the addressPrefix property: The network used for global reach carved out from the original network block provided for the private cloud."
returns:
description: "the addressPrefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.authorizationKey()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.authorizationKey()"
name: "authorizationKey()"
nameWithType: "GlobalReachConnection.authorizationKey()"
summary: "Gets the authorization<wbr>Key property: Authorization key from the peer express route used for the global reach connection."
modifiers:
- "abstract"
syntax: "public abstract String authorizationKey()"
desc: "Gets the authorizationKey property: Authorization key from the peer express route used for the global reach connection."
returns:
description: "the authorizationKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.circuitConnectionStatus()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.circuitConnectionStatus()"
name: "circuitConnectionStatus()"
nameWithType: "GlobalReachConnection.circuitConnectionStatus()"
summary: "Gets the circuit<wbr>Connection<wbr>Status property: The connection status of the global reach connection."
modifiers:
- "abstract"
syntax: "public abstract GlobalReachConnectionStatus circuitConnectionStatus()"
desc: "Gets the circuitConnectionStatus property: The connection status of the global reach connection."
returns:
description: "the circuitConnectionStatus value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnectionStatus?alt=com.azure.resourcemanager.avs.models.GlobalReachConnectionStatus&text=GlobalReachConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.expressRouteId()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.expressRouteId()"
name: "expressRouteId()"
nameWithType: "GlobalReachConnection.expressRouteId()"
summary: "Gets the express<wbr>Route<wbr>Id property: The ID of the Private Cloud's Express<wbr>Route Circuit that is participating in the global reach connection."
modifiers:
- "abstract"
syntax: "public abstract String expressRouteId()"
desc: "Gets the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection."
returns:
description: "the expressRouteId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.id()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.id()"
name: "id()"
nameWithType: "GlobalReachConnection.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.innerModel()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.innerModel()"
name: "innerModel()"
nameWithType: "GlobalReachConnection.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>avs.<wbr>fluent.<wbr>models.<wbr>Global<wbr>Reach<wbr>Connection<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract GlobalReachConnectionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionInner?alt=com.azure.resourcemanager.avs.fluent.models.GlobalReachConnectionInner&text=GlobalReachConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.name()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.name()"
name: "name()"
nameWithType: "GlobalReachConnection.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.peerExpressRouteCircuit()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.peerExpressRouteCircuit()"
name: "peerExpressRouteCircuit()"
nameWithType: "GlobalReachConnection.peerExpressRouteCircuit()"
summary: "Gets the peer<wbr>Express<wbr>Route<wbr>Circuit property: Identifier of the Express<wbr>Route Circuit to peer with in the global reach connection."
modifiers:
- "abstract"
syntax: "public abstract String peerExpressRouteCircuit()"
desc: "Gets the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection."
returns:
description: "the peerExpressRouteCircuit value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.provisioningState()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.provisioningState()"
name: "provisioningState()"
nameWithType: "GlobalReachConnection.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The state of the Express<wbr>Route Circuit Authorization provisioning."
modifiers:
- "abstract"
syntax: "public abstract GlobalReachConnectionProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The state of the ExpressRoute Circuit Authorization provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnectionProvisioningState?alt=com.azure.resourcemanager.avs.models.GlobalReachConnectionProvisioningState&text=GlobalReachConnectionProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.refresh()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.refresh()"
name: "refresh()"
nameWithType: "GlobalReachConnection.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract GlobalReachConnection refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnection?alt=com.azure.resourcemanager.avs.models.GlobalReachConnection&text=GlobalReachConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "GlobalReachConnection.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract GlobalReachConnection refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnection?alt=com.azure.resourcemanager.avs.models.GlobalReachConnection&text=GlobalReachConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.resourceGroupName()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "GlobalReachConnection.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.systemData()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.systemData()"
name: "systemData()"
nameWithType: "GlobalReachConnection.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.type()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.type()"
name: "type()"
nameWithType: "GlobalReachConnection.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.GlobalReachConnection.update()"
fullName: "com.azure.resourcemanager.avs.models.GlobalReachConnection.update()"
name: "update()"
nameWithType: "GlobalReachConnection.update()"
summary: "Begins update for the Global<wbr>Reach<wbr>Connection resource."
modifiers:
- "abstract"
syntax: "public abstract GlobalReachConnection.Update update()"
desc: "Begins update for the GlobalReachConnection resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.avs.models.GlobalReachConnection.Update?alt=com.azure.resourcemanager.avs.models.GlobalReachConnection.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of GlobalReachConnection."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0