ProviderShareSubscriptionsOperationsExtensions.AdjustAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Passen Sie das Ablaufdatum eines Freigabeabonnements in einer Anbieterfreigabe an.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription> AdjustAsync (this Microsoft.Azure.Management.DataShare.IProviderShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareName, string providerShareSubscriptionId, Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription providerShareSubscription, System.Threading.CancellationToken cancellationToken = default);
static member AdjustAsync : Microsoft.Azure.Management.DataShare.IProviderShareSubscriptionsOperations * string * string * string * string * Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ProviderShareSubscription>
<Extension()>
Public Function AdjustAsync (operations As IProviderShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareName As String, providerShareSubscriptionId As String, providerShareSubscription As ProviderShareSubscription, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProviderShareSubscription)
Parameter
- operations
- IProviderShareSubscriptionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- accountName
- String
Der Name des Freigabekontos.
- shareName
- String
Der Name der Freigabe.
- providerShareSubscriptionId
- String
So suchen Sie shareSubscription
- providerShareSubscription
- ProviderShareSubscription
Das Anbieterfreigabeabonnement
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Anpassen des Ablaufdatums eines Freigabeabonnements in einer Anbieterfreigabe
Gilt für:
Azure SDK for .NET