80 строки
7.8 KiB
YAML
80 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections"
|
|
name: "PrivateEndpointConnections"
|
|
nameWithType: "PrivateEndpointConnections"
|
|
summary: "Type representing Private<wbr>Endpoint<wbr>Connections."
|
|
syntax: "public interface **PrivateEndpointConnections**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection.DefinitionStages.Blank?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateEndpointConnectionsInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateEndpointConnectionsInner&text=PrivateEndpointConnectionsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.deleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
name: "deleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
nameWithType: "PrivateEndpointConnections.deleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
summary: "Delete private endpoint connection with the specified name."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the DigitalTwinsInstance."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the DigitalTwinsInstance."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the private endpoint connection."
|
|
name: "privateEndpointConnectionName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
desc: "Delete private endpoint connection with the specified name."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.getAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
name: "getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
nameWithType: "PrivateEndpointConnections.getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
summary: "Get private endpoint connection properties for the given private endpoint."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the DigitalTwinsInstance."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the DigitalTwinsInstance."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the private endpoint connection."
|
|
name: "privateEndpointConnectionName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PrivateEndpointConnection> getAsync(String resourceGroupName, String resourceName, String privateEndpointConnectionName)"
|
|
desc: "Get private endpoint connection properties for the given private endpoint."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnections.listAsync(String resourceGroupName, String resourceName)"
|
|
name: "listAsync(String resourceGroupName, String resourceName)"
|
|
nameWithType: "PrivateEndpointConnections.listAsync(String resourceGroupName, String resourceName)"
|
|
summary: "List private endpoint connection properties."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group that contains the DigitalTwinsInstance."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the DigitalTwinsInstance."
|
|
name: "resourceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PrivateEndpointConnectionsResponse> listAsync(String resourceGroupName, String resourceName)"
|
|
desc: "List private endpoint connection properties."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnectionsResponse?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnectionsResponse&text=PrivateEndpointConnectionsResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Type representing PrivateEndpointConnections."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection.DefinitionStages.Blank?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateEndpointConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateEndpointConnectionsInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.PrivateEndpointConnectionsInner&text=PrivateEndpointConnectionsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
|
|
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0
|