Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteLinkInner
-
Packages that use ExpressRouteLinkInner 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 ExpressRouteLinkInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ExpressRouteLinkInner Modifier and Type Method Description ExpressRouteLinkInnerExpressRouteLinksClient. get(String resourceGroupName, String expressRoutePortName, String linkName)Retrieves the specified ExpressRouteLink resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ExpressRouteLinkInner Modifier and Type Method Description Mono<ExpressRouteLinkInner>ExpressRouteLinksClient. getAsync(String resourceGroupName, String expressRoutePortName, String linkName)Retrieves the specified ExpressRouteLink resource.com.azure.core.http.rest.Response<ExpressRouteLinkInner>ExpressRouteLinksClient. getWithResponse(String resourceGroupName, String expressRoutePortName, String linkName, com.azure.core.util.Context context)Retrieves the specified ExpressRouteLink resource.Mono<com.azure.core.http.rest.Response<ExpressRouteLinkInner>>ExpressRouteLinksClient. getWithResponseAsync(String resourceGroupName, String expressRoutePortName, String linkName)Retrieves the specified ExpressRouteLink resource.com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner>ExpressRouteLinksClient. list(String resourceGroupName, String expressRoutePortName)Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.com.azure.core.http.rest.PagedIterable<ExpressRouteLinkInner>ExpressRouteLinksClient. list(String resourceGroupName, String expressRoutePortName, com.azure.core.util.Context context)Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource.com.azure.core.http.rest.PagedFlux<ExpressRouteLinkInner>ExpressRouteLinksClient. listAsync(String resourceGroupName, String expressRoutePortName)Retrieve the ExpressRouteLink sub-resources of the specified ExpressRoutePort resource. -
Uses of ExpressRouteLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkInner Modifier and Type Method Description ExpressRouteLinkInnerExpressRouteLinkInner. withAdminState(ExpressRouteLinkAdminState adminState)Set the adminState property: Administrative state of the physical port.ExpressRouteLinkInnerExpressRouteLinkInner. withId(String id)ExpressRouteLinkInnerExpressRouteLinkInner. withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig)Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.ExpressRouteLinkInnerExpressRouteLinkInner. withName(String name)Set the name property: Name of child port resource that is unique among child port resources of the parent.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteLinkInner Modifier and Type Method Description List<ExpressRouteLinkInner>ExpressRoutePortInner. links()Get the links property: ExpressRouteLink Sub-Resources The set of physical links of the ExpressRoutePort resource.List<ExpressRouteLinkInner>ExpressRoutePortPropertiesFormat. links()Get the links property: ExpressRouteLink Sub-Resources The set of physical links of the ExpressRoutePort resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteLinkInner Modifier and Type Method Description ExpressRoutePortInnerExpressRoutePortInner. withLinks(List<ExpressRouteLinkInner> links)Set the links property: ExpressRouteLink Sub-Resources The set of physical links of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormatExpressRoutePortPropertiesFormat. withLinks(List<ExpressRouteLinkInner> links)Set the links property: ExpressRouteLink Sub-Resources The set of physical links of the ExpressRoutePort resource. -
Uses of ExpressRouteLinkInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteLinkInner Modifier and Type Method Description List<ExpressRouteLinkInner>ExpressRouteLinkListResult. value()Get the value property: The list of ExpressRouteLink sub-resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExpressRouteLinkInner Modifier and Type Method Description ExpressRouteLinkListResultExpressRouteLinkListResult. withValue(List<ExpressRouteLinkInner> value)Set the value property: The list of ExpressRouteLink sub-resources.
-