ServiceAssociationLink 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.
ServiceAssociationLink resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceAssociationLink : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceAssociationLink = class
inherit SubResource
Public Class ServiceAssociationLink
Inherits SubResource
- Inheritance
- Attributes
Constructors
ServiceAssociationLink() |
Initializes a new instance of the ServiceAssociationLink class. |
ServiceAssociationLink(String, String, String, String, Nullable<Boolean>, IList<String>, String, String, String) |
Initializes a new instance of the ServiceAssociationLink class. |
Properties
AllowDelete |
Gets or sets if true, the resource can be deleted. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Link |
Gets or sets link to the external resource. |
LinkedResourceType |
Gets or sets resource type of the linked resource. |
Locations |
Gets or sets a list of locations. |
Name |
Gets or sets name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the service association link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets resource type. |
Applies to
Azure SDK for .NET