Package version:

InterfaceResourceAssociation

Properties that define a Resource Association.

interface ResourceAssociation {
    accessMode?: string;
    name?: string;
}

Properties

Properties

accessMode?: string

The access mode NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Name of the Resource Association NOTE: This property will not be serialized. It can only be populated by the server.