BatchNameAvailabilityContent(String, ResourceType) Constructor
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.
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.