Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnSiteLinkInner
Packages that use VpnSiteLinkInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnSiteLinkInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VpnSiteLinkInnerModifier and TypeMethodDescriptionRetrieves the details of a VPN site link.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnSiteLinkInnerModifier and TypeMethodDescriptionRetrieves the details of a VPN site link.com.azure.core.http.rest.Response<VpnSiteLinkInner> VpnSiteLinksClient.getWithResponse(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName, com.azure.core.util.Context context) Retrieves the details of a VPN site link.Mono<com.azure.core.http.rest.Response<VpnSiteLinkInner>> VpnSiteLinksClient.getWithResponseAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName) Retrieves the details of a VPN site link.com.azure.core.http.rest.PagedIterable<VpnSiteLinkInner> VpnSiteLinksClient.listByVpnSite(String resourceGroupName, String vpnSiteName) Lists all the vpnSiteLinks in a resource group for a vpn site.com.azure.core.http.rest.PagedIterable<VpnSiteLinkInner> VpnSiteLinksClient.listByVpnSite(String resourceGroupName, String vpnSiteName, com.azure.core.util.Context context) Lists all the vpnSiteLinks in a resource group for a vpn site.com.azure.core.http.rest.PagedFlux<VpnSiteLinkInner> VpnSiteLinksClient.listByVpnSiteAsync(String resourceGroupName, String vpnSiteName) Lists all the vpnSiteLinks in a resource group for a vpn site. -
Uses of VpnSiteLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnSiteLinkInnerModifier and TypeMethodDescriptionstatic VpnSiteLinkInnerVpnSiteLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnSiteLinkInner from the JsonReader.VpnSiteLinkInner.withBgpProperties(VpnLinkBgpSettings bgpProperties) Set the bgpProperties property: The set of bgp properties.Set the fqdn property: FQDN of vpn-site-link.VpnSiteLinkInner.withIpAddress(String ipAddress) Set the ipAddress property: The ip-address for the vpn-site-link.VpnSiteLinkInner.withLinkProperties(VpnLinkProviderProperties linkProperties) Set the linkProperties property: The link provider properties.Set the name property: The name of the resource that is unique within a resource group.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnSiteLinkInnerModifier and TypeMethodDescriptionVpnSiteInner.vpnSiteLinks()Get the vpnSiteLinks property: List of all vpn site links.VpnSiteProperties.vpnSiteLinks()Get the vpnSiteLinks property: List of all vpn site links.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnSiteLinkInnerModifier and TypeMethodDescriptionVpnSiteInner.withVpnSiteLinks(List<VpnSiteLinkInner> vpnSiteLinks) Set the vpnSiteLinks property: List of all vpn site links.VpnSiteProperties.withVpnSiteLinks(List<VpnSiteLinkInner> vpnSiteLinks) Set the vpnSiteLinks property: List of all vpn site links. -
Uses of VpnSiteLinkInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnSiteLinkInnerModifier and TypeMethodDescriptionListVpnSiteLinksResult.value()Get the value property: List of VpnSitesLinks.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnSiteLinkInnerModifier and TypeMethodDescriptionListVpnSiteLinksResult.withValue(List<VpnSiteLinkInner> value) Set the value property: List of VpnSitesLinks.