DigitalTwinsOperationsExtensions.CheckNameAvailability Method
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.
Check if a DigitalTwinsInstance name is available.
public static Microsoft.Azure.Management.DigitalTwins.Models.CheckNameResult CheckNameAvailability (this Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsOperations operations, string location, string name);
static member CheckNameAvailability : Microsoft.Azure.Management.DigitalTwins.IDigitalTwinsOperations * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.CheckNameResult
<Extension()>
Public Function CheckNameAvailability (operations As IDigitalTwinsOperations, location As String, name As String) As CheckNameResult
Parameters
- operations
- IDigitalTwinsOperations
The operations group for this extension method.
- location
- String
Location of DigitalTwinsInstance.
- name
- String
Resource name.
Returns
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