NameAvailabilityParameters Class
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.
Data POST-ed to the nameAvailability action
public class NameAvailabilityParameters
type NameAvailabilityParameters = class
Public Class NameAvailabilityParameters
- Inheritance
-
NameAvailabilityParameters
Constructors
| Name | Description |
|---|---|
| NameAvailabilityParameters() |
Initializes a new instance of the NameAvailabilityParameters class. |
| NameAvailabilityParameters(String, String) |
Initializes a new instance of the NameAvailabilityParameters class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets or sets the resource name to validate. e.g."my-resource-name" |
| Type |
Gets or sets the resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |