다음을 통해 공유


IIotDpsResourceOperations Interface

Definition

IotDpsResourceOperations operations.

public interface IIotDpsResourceOperations
type IIotDpsResourceOperations = interface
Public Interface IIotDpsResourceOperations

Methods

BeginCreateOrUpdatePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String, List<String>>, CancellationToken)

Create or update private endpoint connection

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, ProvisioningServiceDescription, Dictionary<String,List<String>>, CancellationToken)

Create or update the metadata of the provisioning service.

BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete private endpoint connection

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the Provisioning Service

BeginUpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Update an existing provisioning service's tags.

CheckProvisioningServiceNameAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Check if a provisioning service name is available.

CreateOrUpdatePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String, List<String>>, CancellationToken)

Create or update private endpoint connection

CreateOrUpdateWithHttpMessagesAsync(String, String, ProvisioningServiceDescription, Dictionary<String,List<String>>, CancellationToken)

Create or update the metadata of the provisioning service.

DeletePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete private endpoint connection

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the Provisioning Service

GetOperationResultWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the status of a long running operation, such as create, update or delete a provisioning service.

GetPrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get private endpoint connection

GetPrivateLinkResourcesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the specified private link resource

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the non-security related metadata of the provisioning service.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all provisioning services in the given resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all provisioning services in the given resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all the provisioning services in a subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get all the provisioning services in a subscription.

ListKeysForKeyNameWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a shared access policy by name from a provisioning service.

ListKeysNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the security metadata for a provisioning service.

ListKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the security metadata for a provisioning service.

ListPrivateEndpointConnectionsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List private endpoint connections

ListPrivateLinkResourcesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List private link resources

ListValidSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the list of valid SKUs for a provisioning service.

ListValidSkusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the list of valid SKUs for a provisioning service.

UpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Update an existing provisioning service's tags.

Extension Methods

BeginCreateOrUpdate(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription)

Create or update the metadata of the provisioning service.

BeginCreateOrUpdateAsync(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription, CancellationToken)

Create or update the metadata of the provisioning service.

BeginCreateOrUpdatePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties)

Create or update private endpoint connection

BeginCreateOrUpdatePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Create or update private endpoint connection

BeginDelete(IIotDpsResourceOperations, String, String)

Delete the Provisioning Service

BeginDeleteAsync(IIotDpsResourceOperations, String, String, CancellationToken)

Delete the Provisioning Service

BeginDeletePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

Delete private endpoint connection

BeginDeletePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

Delete private endpoint connection

BeginUpdate(IIotDpsResourceOperations, String, String, IDictionary<String,String>)

Update an existing provisioning service's tags.

BeginUpdateAsync(IIotDpsResourceOperations, String, String, IDictionary<String,String>, CancellationToken)

Update an existing provisioning service's tags.

CheckProvisioningServiceNameAvailability(IIotDpsResourceOperations, String)

Check if a provisioning service name is available.

CheckProvisioningServiceNameAvailabilityAsync(IIotDpsResourceOperations, String, CancellationToken)

Check if a provisioning service name is available.

CreateOrUpdate(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription)

Create or update the metadata of the provisioning service.

CreateOrUpdateAsync(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription, CancellationToken)

Create or update the metadata of the provisioning service.

CreateOrUpdatePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties)

Create or update private endpoint connection

CreateOrUpdatePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Create or update private endpoint connection

Delete(IIotDpsResourceOperations, String, String)

Delete the Provisioning Service

DeleteAsync(IIotDpsResourceOperations, String, String, CancellationToken)

Delete the Provisioning Service

DeletePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

Delete private endpoint connection

DeletePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

Delete private endpoint connection

Get(IIotDpsResourceOperations, String, String)

Get the non-security related metadata of the provisioning service.

GetAsync(IIotDpsResourceOperations, String, String, CancellationToken)

Get the non-security related metadata of the provisioning service.

GetOperationResult(IIotDpsResourceOperations, String, String, String, String)

Gets the status of a long running operation, such as create, update or delete a provisioning service.

GetOperationResultAsync(IIotDpsResourceOperations, String, String, String, String, CancellationToken)

Gets the status of a long running operation, such as create, update or delete a provisioning service.

GetPrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

Get private endpoint connection

GetPrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

Get private endpoint connection

GetPrivateLinkResources(IIotDpsResourceOperations, String, String, String)

Get the specified private link resource

GetPrivateLinkResourcesAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

Get the specified private link resource

ListByResourceGroup(IIotDpsResourceOperations, String)

Get a list of all provisioning services in the given resource group.

ListByResourceGroupAsync(IIotDpsResourceOperations, String, CancellationToken)

Get a list of all provisioning services in the given resource group.

ListByResourceGroupNext(IIotDpsResourceOperations, String)

Get a list of all provisioning services in the given resource group.

ListByResourceGroupNextAsync(IIotDpsResourceOperations, String, CancellationToken)

Get a list of all provisioning services in the given resource group.

ListBySubscription(IIotDpsResourceOperations)

Get all the provisioning services in a subscription.

ListBySubscriptionAsync(IIotDpsResourceOperations, CancellationToken)

Get all the provisioning services in a subscription.

ListBySubscriptionNext(IIotDpsResourceOperations, String)

Get all the provisioning services in a subscription.

ListBySubscriptionNextAsync(IIotDpsResourceOperations, String, CancellationToken)

Get all the provisioning services in a subscription.

ListKeys(IIotDpsResourceOperations, String, String)

Get the security metadata for a provisioning service.

ListKeysAsync(IIotDpsResourceOperations, String, String, CancellationToken)

Get the security metadata for a provisioning service.

ListKeysForKeyName(IIotDpsResourceOperations, String, String, String)

Get a shared access policy by name from a provisioning service.

ListKeysForKeyNameAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

Get a shared access policy by name from a provisioning service.

ListKeysNext(IIotDpsResourceOperations, String)

Get the security metadata for a provisioning service.

ListKeysNextAsync(IIotDpsResourceOperations, String, CancellationToken)

Get the security metadata for a provisioning service.

ListPrivateEndpointConnections(IIotDpsResourceOperations, String, String)

List private endpoint connections

ListPrivateEndpointConnectionsAsync(IIotDpsResourceOperations, String, String, CancellationToken)

List private endpoint connections

ListPrivateLinkResources(IIotDpsResourceOperations, String, String)

List private link resources

ListPrivateLinkResourcesAsync(IIotDpsResourceOperations, String, String, CancellationToken)

List private link resources

ListValidSkus(IIotDpsResourceOperations, String, String)

Get the list of valid SKUs for a provisioning service.

ListValidSkusAsync(IIotDpsResourceOperations, String, String, CancellationToken)

Get the list of valid SKUs for a provisioning service.

ListValidSkusNext(IIotDpsResourceOperations, String)

Get the list of valid SKUs for a provisioning service.

ListValidSkusNextAsync(IIotDpsResourceOperations, String, CancellationToken)

Get the list of valid SKUs for a provisioning service.

Update(IIotDpsResourceOperations, String, String, IDictionary<String,String>)

Update an existing provisioning service's tags.

UpdateAsync(IIotDpsResourceOperations, String, String, IDictionary<String,String>, CancellationToken)

Update an existing provisioning service's tags.

Applies to