Share via


AppConfigurationStore.GetAzureName(IConstruct, String) Method

Definition

Validate and sanitize the resource name.

protected override string GetAzureName (Azure.Provisioning.IConstruct scope, string resourceName);
override this.GetAzureName : Azure.Provisioning.IConstruct * string -> string
Protected Overrides Function GetAzureName (scope As IConstruct, resourceName As String) As String

Parameters

scope
IConstruct

The scope.

resourceName
String

The resource name.

Returns

Sanitized resource name.

Exceptions

If the resource name violates rules that cannot be sanitized.

Applies to