MaintenanceApplyUpdateCollection.GetIfExistsAsync Method

Definition

Overloads

Name Description
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}.
  • Operation Id. : ApplyUpdates_GetParent.
  • Default Api Version. : 2023-10-01-preview.
GetIfExistsAsync(String, String, String, String, CancellationToken)

Tries to get details for this resource from the service.

GetIfExistsAsync(String, CancellationToken)

Source:
MaintenanceApplyUpdateCollection.cs

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}.
  • Operation Id. : ApplyUpdates_GetParent.
  • Default Api Version. : 2023-10-01-preview.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>> GetIfExistsAsync(string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
Public Overridable Function GetIfExistsAsync (applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of MaintenanceApplyUpdateResource))

Parameters

applyUpdateName
String

The name of the ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

applyUpdateName is null.

applyUpdateName is an empty string, and was expected to be non-empty.

Applies to

GetIfExistsAsync(String, String, String, String, CancellationToken)

Source:
MaintenanceApplyUpdateCollection.cs
Source:
MaintenanceApplyUpdateCollection.cs

Tries to get details for this resource from the service.

public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>> GetIfExistsAsync(string providerName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
override this.GetIfExistsAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
Public Overridable Function GetIfExistsAsync (providerName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of MaintenanceApplyUpdateResource))

Parameters

providerName
String

Resource provider name.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

applyUpdateName
String

The name of the ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

providerName, resourceType, resourceName or applyUpdateName is an empty string, and was expected to be non-empty.

providerName, resourceType, resourceName or applyUpdateName is null.

Applies to