DigitalTwinsEndpointOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete a DigitalTwinsInstance endpoint.
public static Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResource Delete (this Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsEndpointOperations operations, string resourceGroupName, string resourceName, string endpointName);
static member Delete : Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsEndpointOperations * string * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResource
<Extension()>
Public Function Delete (operations As IDigitalTwinsEndpointOperations, resourceGroupName As String, resourceName As String, endpointName As String) As DigitalTwinsEndpointResource
Parameters
- operations
- IDigitalTwinsEndpointOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
- String
The name of the DigitalTwinsInstance.
- endpointName
- String
Name of Endpoint Resource.
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET