CheckNameRequest Constructors
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.
Overloads
CheckNameRequest() |
Initializes a new instance of the CheckNameRequest class. |
CheckNameRequest(String) |
Initializes a new instance of the CheckNameRequest class. |
CheckNameRequest()
Initializes a new instance of the CheckNameRequest class.
public CheckNameRequest();
Public Sub New ()
Applies to
CheckNameRequest(String)
Initializes a new instance of the CheckNameRequest class.
public CheckNameRequest(string name);
new Microsoft.Azure.Management.DigitalTwins.Models.CheckNameRequest : string -> Microsoft.Azure.Management.DigitalTwins.Models.CheckNameRequest
Public Sub New (name As String)
Parameters
- name
- String
Resource name.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET