ServiceAssociationLinkInner 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 ServiceAssociationLinkInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceAssociationLinkInner = class
inherit SubResource
Public Class ServiceAssociationLinkInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ServiceAssociationLinkInner() |
Initializes a new instance of the ServiceAssociationLinkInner class. |
ServiceAssociationLinkInner(String, String, String, ProvisioningState, Nullable<Boolean>, IList<String>, String, String, String) |
Initializes a new instance of the ServiceAssociationLinkInner 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 |
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