다음을 통해 공유


AutomationSourceControlCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}
  • Operation Id: SourceControl_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationSourceControlResource> GetIfExists (string sourceControlName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationSourceControlResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Automation.AutomationSourceControlResource>
Public Overridable Function GetIfExists (sourceControlName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AutomationSourceControlResource)

Parameters

sourceControlName
String

The name of source control.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

sourceControlName is null.

Applies to