MaintenanceApplyUpdateCollection.GetIfExists Method

Definition

Overloads

Name Description
GetIfExists(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.
GetIfExists(String, String, String, String, CancellationToken)

Tries to get details for this resource from the service.

GetIfExists(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 Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetIfExists(string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function GetIfExists (applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As 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

GetIfExists(String, String, String, String, CancellationToken)

Source:
MaintenanceApplyUpdateCollection.cs
Source:
MaintenanceApplyUpdateCollection.cs

Tries to get details for this resource from the service.

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)

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