105 строки
9.0 KiB
YAML
105 строки
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient"
|
|
fullName: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient"
|
|
name: "ServiceAssociationLinksClient"
|
|
nameWithType: "ServiceAssociationLinksClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Service<wbr>Association<wbr>Links<wbr>Client."
|
|
syntax: "public interface **ServiceAssociationLinksClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.list(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.list(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
name: "list(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
nameWithType: "ServiceAssociationLinksClient.list(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
summary: "Gets a list of service association links for a subnet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual network."
|
|
name: "virtualNetworkName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the subnet."
|
|
name: "subnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ServiceAssociationLinksListResultInner list(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
desc: "Gets a list of service association links for a subnet."
|
|
returns:
|
|
description: "a list of service association links for a subnet."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner?alt=com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner&text=ServiceAssociationLinksListResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
name: "listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
nameWithType: "ServiceAssociationLinksClient.listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
summary: "Gets a list of service association links for a subnet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual network."
|
|
name: "virtualNetworkName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the subnet."
|
|
name: "subnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<ServiceAssociationLinksListResultInner> listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
desc: "Gets a list of service association links for a subnet."
|
|
returns:
|
|
description: "a list of service association links for a subnet on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner?alt=com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner&text=ServiceAssociationLinksListResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)"
|
|
name: "listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)"
|
|
nameWithType: "ServiceAssociationLinksClient.listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)"
|
|
summary: "Gets a list of service association links for a subnet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual network."
|
|
name: "virtualNetworkName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the subnet."
|
|
name: "subnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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 Response<ServiceAssociationLinksListResultInner> listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, Context context)"
|
|
desc: "Gets a list of service association links for a subnet."
|
|
returns:
|
|
description: "a list of service association links for a subnet along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner?alt=com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner&text=ServiceAssociationLinksListResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.fluent.ServiceAssociationLinksClient.listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
name: "listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
nameWithType: "ServiceAssociationLinksClient.listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
summary: "Gets a list of service association links for a subnet."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual network."
|
|
name: "virtualNetworkName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the subnet."
|
|
name: "subnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Mono<Response<ServiceAssociationLinksListResultInner>> listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)"
|
|
desc: "Gets a list of service association links for a subnet."
|
|
returns:
|
|
description: "a list of service association links for a subnet along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner?alt=com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner&text=ServiceAssociationLinksListResultInner\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in ServiceAssociationLinksClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|