Class GetConnectorResult


  • public final class GetConnectorResult
    extends java.lang.Object
    • Method Detail

      • authInfo

        public java.util.Optional<java.lang.Object> authInfo()
        Returns:
        The authentication type.
      • clientType

        public java.util.Optional<java.lang.String> clientType()
        Returns:
        The application client type
      • configurationInfo

        public java.util.Optional<ConfigurationInfoResponse> configurationInfo()
        Returns:
        The connection information consumed by applications, including secrets, connection strings.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioning state.
      • scope

        public java.util.Optional<java.lang.String> scope()
        Returns:
        connection scope in source service.
      • secretStore

        public java.util.Optional<SecretStoreResponse> secretStore()
        Returns:
        An option to store secret value in secure place
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • targetService

        public java.util.Optional<java.lang.Object> targetService()
        Returns:
        The target service properties
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • vNetSolution

        public java.util.Optional<VNetSolutionResponse> vNetSolution()
        Returns:
        The VNet solution.