azure-native.fluidrelay.getFluidRelayServer

Explore with Pulumi AI

A FluidRelay Server. API Version: 2021-03-12-preview.

Using getFluidRelayServer

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getFluidRelayServer(args: GetFluidRelayServerArgs, opts?: InvokeOptions): Promise<GetFluidRelayServerResult>
function getFluidRelayServerOutput(args: GetFluidRelayServerOutputArgs, opts?: InvokeOptions): Output<GetFluidRelayServerResult>
def get_fluid_relay_server(name: Optional[str] = None,
                           resource_group: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetFluidRelayServerResult
def get_fluid_relay_server_output(name: Optional[pulumi.Input[str]] = None,
                           resource_group: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetFluidRelayServerResult]
func LookupFluidRelayServer(ctx *Context, args *LookupFluidRelayServerArgs, opts ...InvokeOption) (*LookupFluidRelayServerResult, error)
func LookupFluidRelayServerOutput(ctx *Context, args *LookupFluidRelayServerOutputArgs, opts ...InvokeOption) LookupFluidRelayServerResultOutput

> Note: This function is named LookupFluidRelayServer in the Go SDK.

public static class GetFluidRelayServer 
{
    public static Task<GetFluidRelayServerResult> InvokeAsync(GetFluidRelayServerArgs args, InvokeOptions? opts = null)
    public static Output<GetFluidRelayServerResult> Invoke(GetFluidRelayServerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFluidRelayServerResult> getFluidRelayServer(GetFluidRelayServerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:fluidrelay:getFluidRelayServer
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

The resource name.

ResourceGroup string

The resource group containing the resource.

Name string

The resource name.

ResourceGroup string

The resource group containing the resource.

name String

The resource name.

resourceGroup String

The resource group containing the resource.

name string

The resource name.

resourceGroup string

The resource group containing the resource.

name str

The resource name.

resource_group str

The resource group containing the resource.

name String

The resource name.

resourceGroup String

The resource group containing the resource.

getFluidRelayServer Result

The following output properties are available:

FluidRelayEndpoints Pulumi.AzureNative.FluidRelay.Outputs.FluidRelayEndpointsResponse

The Fluid Relay Service endpoints for this server.

FrsTenantId string

The Fluid tenantId for this server

Id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Location string

The geo-location where the resource lives

Name string

The name of the resource

SystemData Pulumi.AzureNative.FluidRelay.Outputs.SystemDataResponse

System meta data for this resource, including creation and modification information.

Type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

ProvisioningState string

Provision states for FluidRelay RP

Tags Dictionary<string, string>

Resource tags.

FluidRelayEndpoints FluidRelayEndpointsResponse

The Fluid Relay Service endpoints for this server.

FrsTenantId string

The Fluid tenantId for this server

Id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Location string

The geo-location where the resource lives

Name string

The name of the resource

SystemData SystemDataResponse

System meta data for this resource, including creation and modification information.

Type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

ProvisioningState string

Provision states for FluidRelay RP

Tags map[string]string

Resource tags.

fluidRelayEndpoints FluidRelayEndpointsResponse

The Fluid Relay Service endpoints for this server.

frsTenantId String

The Fluid tenantId for this server

id String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location String

The geo-location where the resource lives

name String

The name of the resource

systemData SystemDataResponse

System meta data for this resource, including creation and modification information.

type String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

provisioningState String

Provision states for FluidRelay RP

tags Map<String,String>

Resource tags.

fluidRelayEndpoints FluidRelayEndpointsResponse

The Fluid Relay Service endpoints for this server.

frsTenantId string

The Fluid tenantId for this server

id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location string

The geo-location where the resource lives

name string

The name of the resource

systemData SystemDataResponse

System meta data for this resource, including creation and modification information.

type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

provisioningState string

Provision states for FluidRelay RP

tags {[key: string]: string}

Resource tags.

fluid_relay_endpoints FluidRelayEndpointsResponse

The Fluid Relay Service endpoints for this server.

frs_tenant_id str

The Fluid tenantId for this server

id str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location str

The geo-location where the resource lives

name str

The name of the resource

system_data SystemDataResponse

System meta data for this resource, including creation and modification information.

type str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

provisioning_state str

Provision states for FluidRelay RP

tags Mapping[str, str]

Resource tags.

fluidRelayEndpoints Property Map

The Fluid Relay Service endpoints for this server.

frsTenantId String

The Fluid tenantId for this server

id String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location String

The geo-location where the resource lives

name String

The name of the resource

systemData Property Map

System meta data for this resource, including creation and modification information.

type String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

provisioningState String

Provision states for FluidRelay RP

tags Map<String>

Resource tags.

Supporting Types

FluidRelayEndpointsResponse

OrdererEndpoints List<string>

The Fluid Relay Orderer endpoints.

StorageEndpoints List<string>

The Fluid Relay storage endpoints.

OrdererEndpoints []string

The Fluid Relay Orderer endpoints.

StorageEndpoints []string

The Fluid Relay storage endpoints.

ordererEndpoints List<String>

The Fluid Relay Orderer endpoints.

storageEndpoints List<String>

The Fluid Relay storage endpoints.

ordererEndpoints string[]

The Fluid Relay Orderer endpoints.

storageEndpoints string[]

The Fluid Relay storage endpoints.

orderer_endpoints Sequence[str]

The Fluid Relay Orderer endpoints.

storage_endpoints Sequence[str]

The Fluid Relay storage endpoints.

ordererEndpoints List<String>

The Fluid Relay Orderer endpoints.

storageEndpoints List<String>

The Fluid Relay storage endpoints.

SystemDataResponse

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The timestamp of resource last modification (UTC)

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The timestamp of resource last modification (UTC)

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The timestamp of resource last modification (UTC)

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

createdAt string

The timestamp of resource creation (UTC).

createdBy string

The identity that created the resource.

createdByType string

The type of identity that created the resource.

lastModifiedAt string

The timestamp of resource last modification (UTC)

lastModifiedBy string

The identity that last modified the resource.

lastModifiedByType string

The type of identity that last modified the resource.

created_at str

The timestamp of resource creation (UTC).

created_by str

The identity that created the resource.

created_by_type str

The type of identity that created the resource.

last_modified_at str

The timestamp of resource last modification (UTC)

last_modified_by str

The identity that last modified the resource.

last_modified_by_type str

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The timestamp of resource last modification (UTC)

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0