DevCenterResource.GetDevCenterEncryptionSet(String, CancellationToken) Method

Definition

Gets a devcenter encryption set.

public virtual Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEncryptionSetResource> GetDevCenterEncryptionSet(string encryptionSetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevCenterEncryptionSet : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEncryptionSetResource>
override this.GetDevCenterEncryptionSet : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterEncryptionSetResource>
Public Overridable Function GetDevCenterEncryptionSet (encryptionSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevCenterEncryptionSetResource)

Parameters

encryptionSetName
String

The name of the devcenter encryption set.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

encryptionSetName is null.

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

Applies to