ArmRelayModelFactory.RelayNameAvailabilityContent(String) 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.
Description of the check name availability request properties.
public static Azure.ResourceManager.Relay.Models.RelayNameAvailabilityContent RelayNameAvailabilityContent(string name = default);
static member RelayNameAvailabilityContent : string -> Azure.ResourceManager.Relay.Models.RelayNameAvailabilityContent
Public Shared Function RelayNameAvailabilityContent (Optional name As String = Nothing) As RelayNameAvailabilityContent
Parameters
- name
- String
The namespace name to check for availability. The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number.
Returns
A new RelayNameAvailabilityContent instance for mocking.