LinkedService Constructors
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.
Overloads
LinkedService() |
Initializes a new instance of the LinkedService class. |
LinkedService(String, String, String, String, String, String, IDictionary<String,String>) |
Initializes a new instance of the LinkedService class. |
LinkedService()
Initializes a new instance of the LinkedService class.
public LinkedService ();
Public Sub New ()
Applies to
LinkedService(String, String, String, String, String, String, IDictionary<String,String>)
Initializes a new instance of the LinkedService class.
public LinkedService (string id = default, string name = default, string type = default, string resourceId = default, string writeAccessResourceId = default, string provisioningState = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.OperationalInsights.Models.LinkedService : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.OperationalInsights.Models.LinkedService
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional resourceId As String = Nothing, Optional writeAccessResourceId As String = Nothing, Optional provisioningState As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- resourceId
- String
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access
- writeAccessResourceId
- String
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access
- provisioningState
- String
The provisioning state of the linked service. Possible values include: 'Succeeded', 'Deleting', 'ProvisioningAccount', 'Updating'
- tags
- IDictionary<String,String>
Resource tags.
Applies to
Azure SDK for .NET