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

387 строки
18 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.network._local_network_gateway
id: _local_network_gateway
parent: com.microsoft.azure.management.network
children:
- com.microsoft.azure.management.network._local_network_gateway.addressSpaces()
- com.microsoft.azure.management.network._local_network_gateway.bgpSettings()
- com.microsoft.azure.management.network._local_network_gateway.ipAddress()
- com.microsoft.azure.management.network._local_network_gateway.provisioningState()
href: com.microsoft.azure.management.network._local_network_gateway.yml
langs:
- java
name: LocalNetworkGateway
nameWithType: LocalNetworkGateway
fullName: com.microsoft.azure.management.network.LocalNetworkGateway
type: Interface
source:
remote: &o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
startLine: 25
package: com.microsoft.azure.management.network
summary: <p>Entry point for Local Network Gateway management API in Azure. </p>
syntax:
content: public interface LocalNetworkGateway extends GroupableResource<NetworkManager, LocalNetworkGatewayInner>,Refreshable<LocalNetworkGateway>,Updatable<LocalNetworkGateway.Update>
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_id.id()
- com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
- com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model._refreshable.refreshAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
- com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
- uid: com.microsoft.azure.management.network._local_network_gateway.addressSpaces()
id: addressSpaces()
parent: com.microsoft.azure.management.network._local_network_gateway
href: com.microsoft.azure.management.network._local_network_gateway.yml
langs:
- java
name: addressSpaces()
nameWithType: LocalNetworkGateway.addressSpaces()
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.addressSpaces()
overload: com.microsoft.azure.management.network._local_network_gateway.addressSpaces*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
startLine: 45
package: com.microsoft.azure.management.network
syntax:
content: public Set<String> addressSpaces()
return:
type: df32358c
description: <p>local network site address spaces </p>
- uid: com.microsoft.azure.management.network._local_network_gateway.bgpSettings()
id: bgpSettings()
parent: com.microsoft.azure.management.network._local_network_gateway
href: com.microsoft.azure.management.network._local_network_gateway.yml
langs:
- java
name: bgpSettings()
nameWithType: LocalNetworkGateway.bgpSettings()
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.bgpSettings()
overload: com.microsoft.azure.management.network._local_network_gateway.bgpSettings*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
startLine: 40
package: com.microsoft.azure.management.network
syntax:
content: public BgpSettings bgpSettings()
return:
type: com.microsoft.azure.management.network._bgp_settings
description: <p>local network gateway's BGP speaker settings </p>
- uid: com.microsoft.azure.management.network._local_network_gateway.ipAddress()
id: ipAddress()
parent: com.microsoft.azure.management.network._local_network_gateway
href: com.microsoft.azure.management.network._local_network_gateway.yml
langs:
- java
name: ipAddress()
nameWithType: LocalNetworkGateway.ipAddress()
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.ipAddress()
overload: com.microsoft.azure.management.network._local_network_gateway.ipAddress*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
startLine: 35
package: com.microsoft.azure.management.network
syntax:
content: public String ipAddress()
return:
type: "26831127"
description: <p>IP address of local network gateway </p>
- uid: com.microsoft.azure.management.network._local_network_gateway.provisioningState()
id: provisioningState()
parent: com.microsoft.azure.management.network._local_network_gateway
href: com.microsoft.azure.management.network._local_network_gateway.yml
langs:
- java
name: provisioningState()
nameWithType: LocalNetworkGateway.provisioningState()
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.provisioningState()
overload: com.microsoft.azure.management.network._local_network_gateway.provisioningState*
type: Method
source:
remote: *o0
path: azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/LocalNetworkGateway.java
startLine: 50
package: com.microsoft.azure.management.network
syntax:
content: public String provisioningState()
return:
type: "26831127"
description: <p>the provisioning state of the LocalNetworkGateway resource </p>
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.network._local_network_gateway.ipAddress*
name: ipAddress
nameWithType: LocalNetworkGateway.ipAddress
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.ipAddress
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.network._local_network_gateway.bgpSettings*
name: bgpSettings
nameWithType: LocalNetworkGateway.bgpSettings
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.bgpSettings
package: com.microsoft.azure.management.network
- uid: df32358c
spec.java:
- name: Set<String>
fullName: Set<String>
- uid: com.microsoft.azure.management.network._local_network_gateway.addressSpaces*
name: addressSpaces
nameWithType: LocalNetworkGateway.addressSpaces
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.addressSpaces
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.network._local_network_gateway.provisioningState*
name: provisioningState
nameWithType: LocalNetworkGateway.provisioningState
fullName: com.microsoft.azure.management.network.LocalNetworkGateway.provisioningState
package: com.microsoft.azure.management.network
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id.id()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_id.yml
name: id()
nameWithType: HasId.id()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()
type: Method
syntax:
content: public String id()
return:
type: "26831127"
description: <p>the resource ID string </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._has_inner.inner()
parent: com.microsoft.azure.management.resources.fluentcore.model._has_inner
href: com.microsoft.azure.management.resources.fluentcore.model._has_inner.yml
name: inner()
nameWithType: HasInner<T>.inner()
fullName: com.microsoft.azure.management.resources.fluentcore.model.HasInner<T>.inner()
type: Method
syntax:
content: public T inner()
return:
type: 8ce1ecb9
description: <p>wrapped inner object providing direct access to the underlying auto-generated API implementation, based on Azure REST API </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._indexable.key()
parent: com.microsoft.azure.management.resources.fluentcore.model._indexable
href: com.microsoft.azure.management.resources.fluentcore.model._indexable.yml
name: key()
nameWithType: Indexable.key()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
type: Method
syntax:
content: public String key()
return:
type: "26831127"
description: <p>the index key. </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.manager()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_manager.yml
name: manager()
nameWithType: HasManager<ManagerT>.manager()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<ManagerT>.manager()
type: Method
syntax:
content: public ManagerT manager()
return:
type: 8b0aab42
description: <p>the manager client of this resource type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.name()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_name.yml
name: name()
nameWithType: HasName.name()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
type: Method
syntax:
content: public String name()
return:
type: "26831127"
description: <p>the name of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._refreshable.refresh()
parent: com.microsoft.azure.management.resources.fluentcore.model._refreshable
href: com.microsoft.azure.management.resources.fluentcore.model._refreshable.yml
name: refresh()
nameWithType: Refreshable<T>.refresh()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>.refresh()
type: Method
summary: >-
<p>Refreshes the resource to sync with Azure.</p>
<p></p>
syntax:
content: public T refresh()
return:
type: 8ce1ecb9
description: <p>the refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._refreshable.refreshAsync()
parent: com.microsoft.azure.management.resources.fluentcore.model._refreshable
href: com.microsoft.azure.management.resources.fluentcore.model._refreshable.yml
name: refreshAsync()
nameWithType: Refreshable<T>.refreshAsync()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>.refreshAsync()
type: Method
summary: >-
<p>Refreshes the resource to sync with Azure.</p>
<p></p>
syntax:
content: public Observable<T> refreshAsync()
return:
type: c4094ba1
description: <p>the Observable to refreshed resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.region()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml
name: region()
nameWithType: Resource.region()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.region()
type: Method
syntax:
content: public Region region()
return:
type: com.microsoft.azure.management.resources.fluentcore.arm._region
description: <p>the region the resource is in </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.regionName()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml
name: regionName()
nameWithType: Resource.regionName()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.regionName()
type: Method
syntax:
content: public String regionName()
return:
type: "26831127"
description: <p>the name of the region the resource is in </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.resourceGroupName()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group
href: com.microsoft.azure.management.resources.fluentcore.arm.models._has_resource_group.yml
name: resourceGroupName()
nameWithType: HasResourceGroup.resourceGroupName()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup.resourceGroupName()
type: Method
syntax:
content: public String resourceGroupName()
return:
type: "26831127"
description: <p>the name of the resource group </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.tags()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml
name: tags()
nameWithType: Resource.tags()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.tags()
type: Method
syntax:
content: public Map<String, String> tags()
return:
type: 689c8cb5
description: <p>the tags for the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.type()
parent: com.microsoft.azure.management.resources.fluentcore.arm.models._resource
href: com.microsoft.azure.management.resources.fluentcore.arm.models._resource.yml
name: type()
nameWithType: Resource.type()
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.type()
type: Method
syntax:
content: public String type()
return:
type: "26831127"
description: <p>the type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._updatable.update()
parent: com.microsoft.azure.management.resources.fluentcore.model._updatable
href: com.microsoft.azure.management.resources.fluentcore.model._updatable.yml
name: update()
nameWithType: Updatable<T>.update()
fullName: com.microsoft.azure.management.resources.fluentcore.model.Updatable<T>.update()
type: Method
summary: >-
<p>Begins an update for a new resource. </p>
<p>This is the beginning of the builder pattern used to update top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is <xref uid="com.microsoft.azure.management.resources.fluentcore.model._appliable.apply()" data-throw-if-not-resolved="false">Appliable#apply()</xref>.</p>
<p></p>
syntax:
content: public T update()
return:
type: 8ce1ecb9
description: <p>the stage of new resource update </p>
- uid: com.microsoft.azure.management.resources.fluentcore.arm.models._groupable_resource
parent: com.microsoft.azure.management.resources.fluentcore.arm.models
href: com.microsoft.azure.management.resources.fluentcore.arm.models._groupable_resource.yml
name: GroupableResource<TManager,InnerT>
nameWithType: GroupableResource<TManager,InnerT>
fullName: com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<TManager,InnerT>
type: Interface
summary: <p>Base interface for resources in resource groups. </p>
syntax:
content: public interface GroupableResource<TManager,InnerT> extends Resource,HasResourceGroup,HasManager<TManager>,HasInner<InnerT>
typeParameters:
- id: TManager
type: 20e9f9a4
description: <p>the manager object type representing the service </p>
- id: InnerT
type: 52cf8095
description: <p>the wrapped, inner, auto-generated implementation object type </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._refreshable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._refreshable.yml
name: Refreshable<T>
nameWithType: Refreshable<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.Refreshable<T>
type: Interface
summary: >-
<p>Base class for resources that can be refreshed to get the latest state.</p>
<p></p>
syntax:
content: public interface Refreshable<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.resources.fluentcore.model._updatable
parent: com.microsoft.azure.management.resources.fluentcore.model
href: com.microsoft.azure.management.resources.fluentcore.model._updatable.yml
name: Updatable<T>
nameWithType: Updatable<T>
fullName: com.microsoft.azure.management.resources.fluentcore.model.Updatable<T>
type: Interface
summary: >-
<p>Base class for resource that can be updated.</p>
<p></p>
syntax:
content: public interface Updatable<T>
typeParameters:
- id: T
type: 8ce1ecb9
description: <p>the fluent type of the resource </p>
- uid: com.microsoft.azure.management.network._bgp_settings
parent: com.microsoft.azure.management.network
href: com.microsoft.azure.management.network._bgp_settings.yml
name: BgpSettings
nameWithType: BgpSettings
fullName: com.microsoft.azure.management.network.BgpSettings
type: Class
summary: <p>BGP settings details. </p>
syntax:
content: public class BgpSettings