Class GetServerDetailsResult
- java.lang.Object
-
- com.pulumi.azurenative.analysisservices.outputs.GetServerDetailsResult
-
public final class GetServerDetailsResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetServerDetailsResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ServerAdministratorsResponse>
asAdministrators()
java.util.Optional<java.lang.String>
backupBlobContainerUri()
static GetServerDetailsResult.Builder
builder()
static GetServerDetailsResult.Builder
builder(GetServerDetailsResult defaults)
java.util.Optional<GatewayDetailsResponse>
gatewayDetails()
java.lang.String
id()
java.util.Optional<IPv4FirewallSettingsResponse>
ipV4FirewallSettings()
java.lang.String
location()
java.util.Optional<java.lang.Integer>
managedMode()
java.lang.String
name()
java.lang.String
provisioningState()
java.util.Optional<java.lang.String>
querypoolConnectionMode()
java.lang.String
serverFullName()
java.util.Optional<java.lang.Integer>
serverMonitorMode()
ResourceSkuResponse
sku()
java.lang.String
state()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
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
-
sku
public ResourceSkuResponse sku()
- Returns:
- The SKU of the Analysis Services resource.
-
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.
-
builder
public static GetServerDetailsResult.Builder builder()
-
builder
public static GetServerDetailsResult.Builder builder(GetServerDetailsResult defaults)
-
-