MaintenanceApplyUpdateCollection.GetIfExists Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’obtenir les détails de cette ressource à partir du service.
- Chemin de la demande/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
- IdApplyUpdates_Get d’opération
public virtual Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetIfExists (string providerName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.GetIfExists : string * string * string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function GetIfExists (providerName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of MaintenanceApplyUpdateResource)
Paramètres
- providerName
- String
Nom du fournisseur de ressources.
- resourceType
- String
Type de ressource.
- resourceName
- String
Identificateur de ressource.
- applyUpdateName
- String
applyUpdate ID.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
providerName
, resourceType
resourceName
ou applyUpdateName
est une chaîne vide, et était censé être non vide.
providerName
, resourceType
, resourceName
ou applyUpdateName
a la valeur Null.
S’applique à
Azure SDK for .NET