Script コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Script() |
Script クラスの新しいインスタンスを初期化します。 |
Script(String, String, String, String, String, String, String, Nullable<Boolean>, String, SystemData) |
Script クラスの新しいインスタンスを初期化します。 |
Script()
Script クラスの新しいインスタンスを初期化します。
public Script();
Public Sub New ()
適用対象
Script(String, String, String, String, String, String, String, Nullable<Boolean>, String, SystemData)
Script クラスの新しいインスタンスを初期化します。
public Script(string id = default, string name = default, string type = default, string scriptUrl = default, string scriptUrlSasToken = default, string scriptContent = default, string forceUpdateTag = default, bool? continueOnErrors = default, string provisioningState = default, Microsoft.Azure.Management.Kusto.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Kusto.Models.Script : string * string * string * string * string * string * string * Nullable<bool> * string * Microsoft.Azure.Management.Kusto.Models.SystemData -> Microsoft.Azure.Management.Kusto.Models.Script
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional scriptUrl As String = Nothing, Optional scriptUrlSasToken As String = Nothing, Optional scriptContent As String = Nothing, Optional forceUpdateTag As String = Nothing, Optional continueOnErrors As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)
パラメーター
- id
- String
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
リソースの名前
- type
- String
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"
- scriptUrl
- String
KQL スクリプト BLOB ファイルの URL。 scriptContent プロパティと共に使用することはできません
- scriptUrlSasToken
- String
スクリプトを含むファイルへの読み取りアクセスを提供する SaS トークン。 scriptUrl プロパティを使用する場合は、指定する必要があります。
- scriptContent
- String
スクリプトの内容。 このプロパティは、スクリプトが SA 内のファイルではなくインラインで提供される場合に使用する必要があります。 scriptUrl および scriptUrlSasToken プロパティと共に使用することはできません。
- forceUpdateTag
- String
一意の文字列。 変更された場合は、スクリプトが再度適用されます。
- provisioningState
- String
リソースのプロビジョニングされた状態。 使用可能な値には、'Running'、'Creating'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。
- systemData
- SystemData
適用対象
Azure SDK for .NET