ArmAppServiceModelFactory.ResourceNameAvailabilityContent 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 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.
- 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
Azure SDK for .NET