Class PartialIdAssetReference


  • public final class PartialIdAssetReference
    extends PartialAssetReferenceBase
    Reference to an asset via its ARM resource ID.
    • Constructor Detail

      • PartialIdAssetReference

        public PartialIdAssetReference()
    • Method Detail

      • assetId

        public String assetId()
        Get the assetId property: ARM resource ID of the asset.
        Returns:
        the assetId value.
      • withAssetId

        public PartialIdAssetReference withAssetId​(String assetId)
        Set the assetId property: ARM resource ID of the asset.
        Parameters:
        assetId - the assetId value to set.
        Returns:
        the PartialIdAssetReference object itself.