Class AzureResource


  • public final class AzureResource
    extends TargetServiceBase
    The azure resource info when target service type is AzureResource.
    • Constructor Detail

      • AzureResource

        public AzureResource()
    • Method Detail

      • id

        public String id()
        Get the id property: The Id of azure resource.
        Returns:
        the id value.
      • withId

        public AzureResource withId​(String id)
        Set the id property: The Id of azure resource.
        Parameters:
        id - the id value to set.
        Returns:
        the AzureResource object itself.
      • resourceProperties

        public AzureResourcePropertiesBase resourceProperties()
        Get the resourceProperties property: The azure resource connection related properties.
        Returns:
        the resourceProperties value.
      • withResourceProperties

        public AzureResource withResourceProperties​(AzureResourcePropertiesBase resourceProperties)
        Set the resourceProperties property: The azure resource connection related properties.
        Parameters:
        resourceProperties - the resourceProperties value to set.
        Returns:
        the AzureResource object itself.