FrontDoorNameAvailabilityContent(String, FrontDoorResourceType) Constructor
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 FrontDoorNameAvailabilityContent.
public FrontDoorNameAvailabilityContent (string name, Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceType resourceType);
new Azure.ResourceManager.FrontDoor.Models.FrontDoorNameAvailabilityContent : string * Azure.ResourceManager.FrontDoor.Models.FrontDoorResourceType -> Azure.ResourceManager.FrontDoor.Models.FrontDoorNameAvailabilityContent
Public Sub New (name As String, resourceType As FrontDoorResourceType)
Parameters
- name
- String
The resource name to validate.
- resourceType
- FrontDoorResourceType
The type of the resource whose name is to be validated.
Exceptions
name
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET