Condividi tramite


IResourceNameAvailabilityRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResourceNameAvailabilityRequestTypeConverter))]
public interface IResourceNameAvailabilityRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResourceNameAvailabilityRequestTypeConverter))>]
type IResourceNameAvailabilityRequest = interface
    interface IJsonSerializable
Public Interface IResourceNameAvailabilityRequest
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EnvironmentId

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}

IsFqdn

Is fully qualified domain name.

Name

Resource name to verify.

Type

Resource type used for verification.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to