LinkedService 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.
The top level Linked service resource container.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LinkedService : Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LinkedService = class
inherit ProxyResource
Public Class LinkedService
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
ProvisioningState |
Gets or sets the provisioning state of the linked service. Possible values include: 'Succeeded', 'Deleting', 'ProvisioningAccount', 'Updating' |
ResourceId |
Gets or sets the resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access |
Tags |
Gets or sets resource tags. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
WriteAccessResourceId |
Gets or sets the resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access |
Applies to
Azure SDK for .NET