ArmAppServiceModelFactory.AppServiceNameAvailabilityContent Method

Definition

Initializes a new instance of AppServiceNameAvailabilityContent.

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

Parameters

name
String

Resource name to verify. Serialized Name: ResourceNameAvailabilityRequest.name

resourceType
CheckNameResourceType

Resource type used for verification. Serialized Name: ResourceNameAvailabilityRequest.type

isFqdn
Nullable<Boolean>

Is fully qualified domain name. Serialized Name: ResourceNameAvailabilityRequest.isFqdn

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} Serialized Name: ResourceNameAvailabilityRequest.environmentId

Returns

A new AppServiceNameAvailabilityContent instance for mocking.

Applies to