IntegrationAccountPartner 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 integration account partner.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountPartner : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountPartner = class
inherit Resource
Public Class IntegrationAccountPartner
Inherits Resource
- Inheritance
- Attributes
Constructors
IntegrationAccountPartner() |
Initializes a new instance of the IntegrationAccountPartner class. |
IntegrationAccountPartner(String, PartnerContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object) |
Initializes a new instance of the IntegrationAccountPartner class. |
Properties
ChangedTime |
Gets the changed time. |
Content |
Gets or sets the partner content. |
CreatedTime |
Gets the created time. |
Id |
Gets the resource id. (Inherited from Resource) |
Location |
Gets or sets the resource location. (Inherited from Resource) |
Metadata |
Gets or sets the metadata. |
Name |
Gets the resource name. (Inherited from Resource) |
PartnerType |
Gets or sets the partner type. Possible values include: 'NotSpecified', 'B2B' |
Tags |
Gets or sets the resource tags. (Inherited from Resource) |
Type |
Gets the resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET