LinkResourceFormatData 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.
A class representing the LinkResourceFormat data model. The link resource format.
public class LinkResourceFormatData : Azure.ResourceManager.Models.ResourceData
type LinkResourceFormatData = class
inherit ResourceData
Public Class LinkResourceFormatData
Inherits ResourceData
- Inheritance
Constructors
LinkResourceFormatData() |
Initializes a new instance of LinkResourceFormatData. |
Properties
Description |
Localized descriptions for the Link. |
DisplayName |
Localized display name for the Link. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LinkName |
The link name. |
Mappings |
The set of properties mappings between the source and target Types. |
Name |
The name of the resource. (Inherited from ResourceData) |
OperationType |
Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only. |
ParticipantPropertyReferences |
The properties that represent the participating profile. |
ProvisioningState |
Provisioning state. |
ReferenceOnly |
Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SourceEntityType |
Type of source entity. |
SourceEntityTypeName |
Name of the source Entity Type. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TargetEntityType |
Type of target entity. |
TargetEntityTypeName |
Name of the target Entity Type. |
TenantId |
The hub name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET