你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationAccountAgreementData 类

定义

表示 IntegrationAccountAgreement 数据模型的类。 集成帐户协议。

public class IntegrationAccountAgreementData : Azure.ResourceManager.Models.TrackedResourceData
type IntegrationAccountAgreementData = class
    inherit TrackedResourceData
Public Class IntegrationAccountAgreementData
Inherits TrackedResourceData
继承
IntegrationAccountAgreementData

构造函数

IntegrationAccountAgreementData(AzureLocation, IntegrationAccountAgreementType, String, String, IntegrationAccountBusinessIdentity, IntegrationAccountBusinessIdentity, IntegrationAccountAgreementContent)

初始化 IntegrationAccountAgreementData 的新实例。

属性

AgreementType

协议类型。

ChangedOn

更改的时间。

Content

协议内容。

CreatedOn

创建时间。

GuestIdentity

来宾合作伙伴的业务标识。

GuestPartner

设置为此协议的来宾合作伙伴的集成帐户合作伙伴。

HostIdentity

主机合作伙伴的业务标识。

HostPartner

设置为此协议的主机合作伙伴的集成帐户合作伙伴。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Location

资源所在的地理位置。

(继承自 TrackedResourceData)
Metadata

元数据。

若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

Name

资源的名称。

(继承自 ResourceData)
ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Tags

资源标记。

(继承自 TrackedResourceData)

适用于