ArmKustoModelFactory.KustoScriptNameAvailabilityContent 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 KustoScriptNameAvailabilityContent.
public static Azure.ResourceManager.Kusto.Models.KustoScriptNameAvailabilityContent KustoScriptNameAvailabilityContent(string name = default, Azure.ResourceManager.Kusto.Models.KustoScriptType resourceType = default);
static member KustoScriptNameAvailabilityContent : string * Azure.ResourceManager.Kusto.Models.KustoScriptType -> Azure.ResourceManager.Kusto.Models.KustoScriptNameAvailabilityContent
Public Shared Function KustoScriptNameAvailabilityContent (Optional name As String = Nothing, Optional resourceType As KustoScriptType = Nothing) As KustoScriptNameAvailabilityContent
Parameters
- name
- String
Script name.
- resourceType
- KustoScriptType
The type of resource, Microsoft.Kusto/clusters/databases/scripts.
Returns
A new KustoScriptNameAvailabilityContent instance for mocking.