ArmKustoModelFactory.SandboxCustomImagesCheckNameContent 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 SandboxCustomImagesCheckNameContent.
public static Azure.ResourceManager.Kusto.Models.SandboxCustomImagesCheckNameContent SandboxCustomImagesCheckNameContent(string name = default, Azure.ResourceManager.Kusto.Models.SandboxCustomImageType imageType = default);
static member SandboxCustomImagesCheckNameContent : string * Azure.ResourceManager.Kusto.Models.SandboxCustomImageType -> Azure.ResourceManager.Kusto.Models.SandboxCustomImagesCheckNameContent
Public Shared Function SandboxCustomImagesCheckNameContent (Optional name As String = Nothing, Optional imageType As SandboxCustomImageType = Nothing) As SandboxCustomImagesCheckNameContent
Parameters
- name
- String
Sandbox custom image resource name.
- imageType
- SandboxCustomImageType
The type of resource, for instance Microsoft.Kusto/clusters/sandboxCustomImages.
Returns
A new SandboxCustomImagesCheckNameContent instance for mocking.