Class IdAssetReference


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

      • IdAssetReference

        public IdAssetReference()
    • Method Detail

      • assetId

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

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