ArmAppServiceModelFactory.AppServiceNameAvailabilityContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.