azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

80 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints"
name: "DigitalTwinsEndpoints"
nameWithType: "DigitalTwinsEndpoints"
summary: "Type representing Digital<wbr>Twins<wbr>Endpoints."
syntax: "public interface **DigitalTwinsEndpoints**</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\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.DigitalTwinsEndpointsInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.DigitalTwinsEndpointsInner&text=DigitalTwinsEndpointsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints.deleteAsync(String resourceGroupName, String resourceName, String endpointName)"
name: "deleteAsync(String resourceGroupName, String resourceName, String endpointName)"
nameWithType: "DigitalTwinsEndpoints.deleteAsync(String resourceGroupName, String resourceName, String endpointName)"
summary: "Delete a Digital<wbr>Twins<wbr>Instance 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: "Name of Endpoint Resource."
name: "endpointName"
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 endpointName)"
desc: "Delete a DigitalTwinsInstance endpoint."
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.DigitalTwinsEndpoints.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints.getAsync(String resourceGroupName, String resourceName, String endpointName)"
name: "getAsync(String resourceGroupName, String resourceName, String endpointName)"
nameWithType: "DigitalTwinsEndpoints.getAsync(String resourceGroupName, String resourceName, String endpointName)"
summary: "Get Digital<wbr>Twins<wbr>Instances 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: "Name of Endpoint Resource."
name: "endpointName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<DigitalTwinsEndpointResource> getAsync(String resourceGroupName, String resourceName, String endpointName)"
desc: "Get DigitalTwinsInstances Endpoint."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource&text=DigitalTwinsEndpointResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints.listAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpoints.listAsync(String resourceGroupName, String resourceName)"
name: "listAsync(String resourceGroupName, String resourceName)"
nameWithType: "DigitalTwinsEndpoints.listAsync(String resourceGroupName, String resourceName)"
summary: "Get Digital<wbr>Twins<wbr>Instance Endpoints."
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<DigitalTwinsEndpointResource> listAsync(String resourceGroupName, String resourceName)"
desc: "Get DigitalTwinsInstance Endpoints."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource&text=DigitalTwinsEndpointResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing DigitalTwinsEndpoints."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.DigitalTwinsEndpointResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.DigitalTwinsEndpointsInner?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.implementation.DigitalTwinsEndpointsInner&text=DigitalTwinsEndpointsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0