ResourceNameAvailabilityRequest interface
Resource name availability request content.
Properties
environment |
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} |
is |
Is fully qualified domain name. |
name | Resource name to verify. |
type | Resource type used for verification. |
Property Details
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}
environmentId?: string
Property Value
string
isFqdn
Is fully qualified domain name.
isFqdn?: boolean
Property Value
boolean
name
Resource name to verify.
name: string
Property Value
string
type
Resource type used for verification.
type: string
Property Value
string