BatchNameAvailabilityContent(String, ResourceType) Constructor

Definition

Initializes a new instance of BatchNameAvailabilityContent.

public BatchNameAvailabilityContent(string name, Azure.Core.ResourceType resourceType);
new Azure.ResourceManager.Batch.Models.BatchNameAvailabilityContent : string * Azure.Core.ResourceType -> Azure.ResourceManager.Batch.Models.BatchNameAvailabilityContent
Public Sub New (name As String, resourceType As ResourceType)

Parameters

name
String

The name to check for availability.

resourceType
ResourceType

The resource type.

Exceptions

name is null.

Applies to