Show / Hide Table of Contents

Class PortfolioProductAssociationReference

A reference to a PortfolioProductAssociation resource.

Inheritance
object
PortfolioProductAssociationReference
Implements
IPortfolioProductAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PortfolioProductAssociationReference : IPortfolioProductAssociationReference
Syntax (vb)
Public Class PortfolioProductAssociationReference Implements IPortfolioProductAssociationReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Servicecatalog;

            var portfolioProductAssociationReference = new PortfolioProductAssociationReference {
                PortfolioProductAssociationId = "portfolioProductAssociationId"
            };

Synopsis

Constructors

PortfolioProductAssociationReference()

A reference to a PortfolioProductAssociation resource.

Properties

PortfolioProductAssociationId

The Id of the PortfolioProductAssociation resource.

Constructors

PortfolioProductAssociationReference()

A reference to a PortfolioProductAssociation resource.

public PortfolioProductAssociationReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Servicecatalog;

            var portfolioProductAssociationReference = new PortfolioProductAssociationReference {
                PortfolioProductAssociationId = "portfolioProductAssociationId"
            };

Properties

PortfolioProductAssociationId

The Id of the PortfolioProductAssociation resource.

public string PortfolioProductAssociationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPortfolioProductAssociationReference
Back to top Generated by DocFX