Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnSiteLinkInner
-
Packages that use VpnSiteLinkInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnSiteLinkInner Modifier and Type Method Description VpnSiteLinkInnerVpnSiteLinksClient. get(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)Retrieves the details of a VPN site link.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnSiteLinkInner Modifier and Type Method Description Mono<VpnSiteLinkInner>VpnSiteLinksClient. getAsync(String resourceGroupName, String vpnSiteName, String vpnSiteLinkName)Retrieves 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 VpnSiteLinkInner Modifier and Type Method Description VpnSiteLinkInnerVpnSiteLinkInner. withBgpProperties(VpnLinkBgpSettings bgpProperties)Set the bgpProperties property: The set of bgp properties.VpnSiteLinkInnerVpnSiteLinkInner. withFqdn(String fqdn)Set the fqdn property: FQDN of vpn-site-link.VpnSiteLinkInnerVpnSiteLinkInner. withId(String id)VpnSiteLinkInnerVpnSiteLinkInner. withIpAddress(String ipAddress)Set the ipAddress property: The ip-address for the vpn-site-link.VpnSiteLinkInnerVpnSiteLinkInner. withLinkProperties(VpnLinkProviderProperties linkProperties)Set the linkProperties property: The link provider properties.VpnSiteLinkInnerVpnSiteLinkInner. withName(String name)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 VpnSiteLinkInner Modifier and Type Method Description List<VpnSiteLinkInner>VpnSiteInner. vpnSiteLinks()Get the vpnSiteLinks property: List of all vpn site links.List<VpnSiteLinkInner>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 VpnSiteLinkInner Modifier and Type Method Description VpnSiteInnerVpnSiteInner. withVpnSiteLinks(List<VpnSiteLinkInner> vpnSiteLinks)Set the vpnSiteLinks property: List of all vpn site links.VpnSitePropertiesVpnSiteProperties. 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 VpnSiteLinkInner Modifier and Type Method Description List<VpnSiteLinkInner>ListVpnSiteLinksResult. value()Get the value property: List of VpnSitesLinks.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnSiteLinkInner Modifier and Type Method Description ListVpnSiteLinksResultListVpnSiteLinksResult. withValue(List<VpnSiteLinkInner> value)Set the value property: List of VpnSitesLinks.
-