你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmAppServiceModelFactory.ResourceNameAvailabilityContent Method

Definition

Initializes a new instance of ResourceNameAvailabilityContent.

public static Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent ResourceNameAvailabilityContent (string name = default, Azure.ResourceManager.AppService.Models.CheckNameResourceType resourceType = default, bool? isFqdn = default, string environmentId = default);
static member ResourceNameAvailabilityContent : string * Azure.ResourceManager.AppService.Models.CheckNameResourceType * Nullable<bool> * string -> Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent
Public Shared Function ResourceNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As CheckNameResourceType = Nothing, Optional isFqdn As Nullable(Of Boolean) = Nothing, Optional environmentId As String = Nothing) As ResourceNameAvailabilityContent

Parameters

name
String

Resource name to verify.

resourceType
CheckNameResourceType

Resource type used for verification.

isFqdn
Nullable<Boolean>

Is fully qualified domain name.

environmentId
String

Azure Resource Manager ID of the customer's selected Container Apps Environment on which to host the Function app. This must be of the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.App/managedEnvironments/{managedEnvironmentName}.

Returns

A new ResourceNameAvailabilityContent instance for mocking.

Applies to