Interface LinkerResource


  • public interface LinkerResource
    An immutable client-side representation of LinkerResource.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: The system data.
        Returns:
        the systemData value.
      • targetService

        TargetServiceBase targetService()
        Gets the targetService property: The target service properties.
        Returns:
        the targetService value.
      • authInfo

        AuthInfoBase authInfo()
        Gets the authInfo property: The authentication type.
        Returns:
        the authInfo value.
      • clientType

        ClientType clientType()
        Gets the clientType property: The application client type.
        Returns:
        the clientType value.
      • provisioningState

        String provisioningState()
        Gets the provisioningState property: The provisioning state.
        Returns:
        the provisioningState value.
      • vNetSolution

        VNetSolution vNetSolution()
        Gets the vNetSolution property: The VNet solution.
        Returns:
        the vNetSolution value.
      • secretStore

        SecretStore secretStore()
        Gets the secretStore property: An option to store secret value in secure place.
        Returns:
        the secretStore value.
      • scope

        String scope()
        Gets the scope property: connection scope in source service.
        Returns:
        the scope value.
      • innerModel

        LinkerResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.servicelinker.fluent.models.LinkerResourceInner object.
        Returns:
        the inner object.
      • update

        LinkerResource.Update update()
        Begins update for the LinkerResource resource.
        Returns:
        the stage of resource update.
      • refresh

        LinkerResource refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        LinkerResource refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.
      • validate

        ValidateOperationResult validate()
        Validate a link.
        Returns:
        the validation operation result for a linker.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • validate

        ValidateOperationResult validate​(com.azure.core.util.Context context)
        Validate a link.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the validation operation result for a linker.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listConfigurations

        SourceConfigurationResult listConfigurations()
        list source configurations for a linker.
        Returns:
        configurations for source resource, include appSettings, connectionString and serviceBindings.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listConfigurationsWithResponse

        com.azure.core.http.rest.Response<SourceConfigurationResult> listConfigurationsWithResponse​(com.azure.core.util.Context context)
        list source configurations for a linker.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        configurations for source resource, include appSettings, connectionString and serviceBindings along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.