Class GetServerDetailsResult


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

      • asAdministrators

        public java.util.Optional<ServerAdministratorsResponse> asAdministrators()
        Returns:
        A collection of AS server administrators
      • backupBlobContainerUri

        public java.util.Optional<java.lang.String> backupBlobContainerUri()
        Returns:
        The SAS container URI to the backup container.
      • gatewayDetails

        public java.util.Optional<GatewayDetailsResponse> gatewayDetails()
        Returns:
        The gateway details configured for the AS server.
      • id

        public java.lang.String id()
        Returns:
        An identifier that represents the Analysis Services resource.
      • ipV4FirewallSettings

        public java.util.Optional<IPv4FirewallSettingsResponse> ipV4FirewallSettings()
        Returns:
        The firewall settings for the AS server.
      • location

        public java.lang.String location()
        Returns:
        Location of the Analysis Services resource.
      • managedMode

        public java.util.Optional<java.lang.Integer> managedMode()
        Returns:
        The managed mode of the server (0 = not managed, 1 = managed).
      • name

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

        public java.lang.String provisioningState()
        Returns:
        The current deployment state of Analysis Services resource. The provisioningState is to indicate states for resource provisioning.
      • querypoolConnectionMode

        public java.util.Optional<java.lang.String> querypoolConnectionMode()
        Returns:
        How the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error.
      • serverFullName

        public java.lang.String serverFullName()
        Returns:
        The full name of the Analysis Services resource.
      • serverMonitorMode

        public java.util.Optional<java.lang.Integer> serverMonitorMode()
        Returns:
        The server monitor mode for AS server
      • state

        public java.lang.String state()
        Returns:
        The current state of Analysis Services resource. The state is to indicate more states outside of resource provisioning.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Key-value pairs of additional resource provisioning properties.
      • type

        public java.lang.String type()
        Returns:
        The type of the Analysis Services resource.