ArmContainerRegistryModelFactory.ContainerRegistryNameAvailabilityContent 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.
Initializes a new instance of ContainerRegistryNameAvailabilityContent.
public static Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNameAvailabilityContent ContainerRegistryNameAvailabilityContent (string name = default, Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryResourceType resourceType = default);
static member ContainerRegistryNameAvailabilityContent : string * Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryResourceType -> Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryNameAvailabilityContent
Public Shared Function ContainerRegistryNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As ContainerRegistryResourceType = Nothing) As ContainerRegistryNameAvailabilityContent
Parameters
- name
- String
The name of the container registry.
- resourceType
- ContainerRegistryResourceType
The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'.
Returns
A new ContainerRegistryNameAvailabilityContent instance for mocking.
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