SqlScriptResource Class
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.
Sql Script resource type.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlScriptResource+SqlScriptResourceConverter))]
public class SqlScriptResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlScriptResource+SqlScriptResourceConverter))>]
type SqlScriptResource = class
Public Class SqlScriptResource
- Inheritance
-
SqlScriptResource
- Attributes
Constructors
SqlScriptResource(String, SqlScript) |
Initializes a new instance of SqlScriptResource. |
Properties
Etag |
Resource Etag. |
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
Name |
The name of the resource. |
Properties |
Properties of sql script. |
Type |
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. |
Applies to
Azure SDK for .NET