azure-native.offazure.getSite
Explore with Pulumi AI
Site REST Resource. Azure REST API version: 2020-07-07.
Using getSite
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 getSite(args: GetSiteArgs, opts?: InvokeOptions): Promise<GetSiteResult>
function getSiteOutput(args: GetSiteOutputArgs, opts?: InvokeOptions): Output<GetSiteResult>
def get_site(resource_group_name: Optional[str] = None,
site_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSiteResult
def get_site_output(resource_group_name: Optional[pulumi.Input[str]] = None,
site_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSiteResult]
func LookupSite(ctx *Context, args *LookupSiteArgs, opts ...InvokeOption) (*LookupSiteResult, error)
func LookupSiteOutput(ctx *Context, args *LookupSiteOutputArgs, opts ...InvokeOption) LookupSiteResultOutput
> Note: This function is named LookupSite
in the Go SDK.
public static class GetSite
{
public static Task<GetSiteResult> InvokeAsync(GetSiteArgs args, InvokeOptions? opts = null)
public static Output<GetSiteResult> Invoke(GetSiteInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSiteResult> getSite(GetSiteArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:offazure:getSite
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Name string - Site name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Site
Name string - Site name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Name String - Site name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- site
Name string - Site name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- site_
name str - Site name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- site
Name String - Site name.
getSite Result
The following output properties are available:
- Id string
- Resource Id.
- Properties
Pulumi.
Azure Native. Off Azure. Outputs. Site Properties Response - Nested properties of VMWare site.
- System
Data Pulumi.Azure Native. Off Azure. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- ETag string
- eTag for concurrency control.
- Location string
- Azure location in which Sites is created.
- Name string
- Name of the VMware site.
- Dictionary<string, string>
- Id string
- Resource Id.
- Properties
Site
Properties Response - Nested properties of VMWare site.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- ETag string
- eTag for concurrency control.
- Location string
- Azure location in which Sites is created.
- Name string
- Name of the VMware site.
- map[string]string
- id String
- Resource Id.
- properties
Site
Properties Response - Nested properties of VMWare site.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- e
Tag String - eTag for concurrency control.
- location String
- Azure location in which Sites is created.
- name String
- Name of the VMware site.
- Map<String,String>
- id string
- Resource Id.
- properties
Site
Properties Response - Nested properties of VMWare site.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- e
Tag string - eTag for concurrency control.
- location string
- Azure location in which Sites is created.
- name string
- Name of the VMware site.
- {[key: string]: string}
- id str
- Resource Id.
- properties
Site
Properties Response - Nested properties of VMWare site.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- e_
tag str - eTag for concurrency control.
- location str
- Azure location in which Sites is created.
- name str
- Name of the VMware site.
- Mapping[str, str]
- id String
- Resource Id.
- properties Property Map
- Nested properties of VMWare site.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- e
Tag String - eTag for concurrency control.
- location String
- Azure location in which Sites is created.
- name String
- Name of the VMware site.
- Map<String>
Supporting Types
SiteAgentPropertiesResponse
- Id string
- Gets the ID of the agent.
- Last
Heart stringBeat Utc - Gets the last heartbeat time of the agent in UTC.
- Version string
- Gets the version of the agent.
- Key
Vault stringId - Gets or sets the key vault ARM Id.
- Key
Vault stringUri - Gets or sets the key vault URI.
- Id string
- Gets the ID of the agent.
- Last
Heart stringBeat Utc - Gets the last heartbeat time of the agent in UTC.
- Version string
- Gets the version of the agent.
- Key
Vault stringId - Gets or sets the key vault ARM Id.
- Key
Vault stringUri - Gets or sets the key vault URI.
- id String
- Gets the ID of the agent.
- last
Heart StringBeat Utc - Gets the last heartbeat time of the agent in UTC.
- version String
- Gets the version of the agent.
- key
Vault StringId - Gets or sets the key vault ARM Id.
- key
Vault StringUri - Gets or sets the key vault URI.
- id string
- Gets the ID of the agent.
- last
Heart stringBeat Utc - Gets the last heartbeat time of the agent in UTC.
- version string
- Gets the version of the agent.
- key
Vault stringId - Gets or sets the key vault ARM Id.
- key
Vault stringUri - Gets or sets the key vault URI.
- id str
- Gets the ID of the agent.
- last_
heart_ strbeat_ utc - Gets the last heartbeat time of the agent in UTC.
- version str
- Gets the version of the agent.
- key_
vault_ strid - Gets or sets the key vault ARM Id.
- key_
vault_ struri - Gets or sets the key vault URI.
- id String
- Gets the ID of the agent.
- last
Heart StringBeat Utc - Gets the last heartbeat time of the agent in UTC.
- version String
- Gets the version of the agent.
- key
Vault StringId - Gets or sets the key vault ARM Id.
- key
Vault StringUri - Gets or sets the key vault URI.
SitePropertiesResponse
- Service
Endpoint string - Service endpoint.
- Agent
Details Pulumi.Azure Native. Off Azure. Inputs. Site Agent Properties Response - On-premises agent details.
- Appliance
Name string - Appliance Name.
- Discovery
Solution stringId - ARM ID of migration hub solution for SDS.
- Service
Principal Pulumi.Identity Details Azure Native. Off Azure. Inputs. Site Spn Properties Response - Service principal identity details used by agent for communication to the service.
- Service
Endpoint string - Service endpoint.
- Agent
Details SiteAgent Properties Response - On-premises agent details.
- Appliance
Name string - Appliance Name.
- Discovery
Solution stringId - ARM ID of migration hub solution for SDS.
- Service
Principal SiteIdentity Details Spn Properties Response - Service principal identity details used by agent for communication to the service.
- service
Endpoint String - Service endpoint.
- agent
Details SiteAgent Properties Response - On-premises agent details.
- appliance
Name String - Appliance Name.
- discovery
Solution StringId - ARM ID of migration hub solution for SDS.
- service
Principal SiteIdentity Details Spn Properties Response - Service principal identity details used by agent for communication to the service.
- service
Endpoint string - Service endpoint.
- agent
Details SiteAgent Properties Response - On-premises agent details.
- appliance
Name string - Appliance Name.
- discovery
Solution stringId - ARM ID of migration hub solution for SDS.
- service
Principal SiteIdentity Details Spn Properties Response - Service principal identity details used by agent for communication to the service.
- service_
endpoint str - Service endpoint.
- agent_
details SiteAgent Properties Response - On-premises agent details.
- appliance_
name str - Appliance Name.
- discovery_
solution_ strid - ARM ID of migration hub solution for SDS.
- service_
principal_ Siteidentity_ details Spn Properties Response - Service principal identity details used by agent for communication to the service.
- service
Endpoint String - Service endpoint.
- agent
Details Property Map - On-premises agent details.
- appliance
Name String - Appliance Name.
- discovery
Solution StringId - ARM ID of migration hub solution for SDS.
- service
Principal Property MapIdentity Details - Service principal identity details used by agent for communication to the service.
SiteSpnPropertiesResponse
- string
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- Application
Id string - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience string
- Gets or sets the intended audience for the service principal.
- Object
Id string Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- Raw
Cert stringData - Gets or sets the raw certificate data for building certificate expiry flows.
- Tenant
Id string - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- string
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- Application
Id string - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience string
- Gets or sets the intended audience for the service principal.
- Object
Id string Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- Raw
Cert stringData - Gets or sets the raw certificate data for building certificate expiry flows.
- Tenant
Id string - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- String
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- application
Id String - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience String
- Gets or sets the intended audience for the service principal.
- object
Id String Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- raw
Cert StringData - Gets or sets the raw certificate data for building certificate expiry flows.
- tenant
Id String - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- string
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- application
Id string - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience string
- Gets or sets the intended audience for the service principal.
- object
Id string Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- raw
Cert stringData - Gets or sets the raw certificate data for building certificate expiry flows.
- tenant
Id string - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- str
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- application_
id str - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience str
- Gets or sets the intended audience for the service principal.
- object_
id str Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- raw_
cert_ strdata - Gets or sets the raw certificate data for building certificate expiry flows.
- tenant_
id str - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- String
- Gets or sets the AAD Authority URL which was used to request the token for the service principal.
- application
Id String - Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience String
- Gets or sets the intended audience for the service principal.
- object
Id String Gets or sets the object Id of the service principal with which the on-premise
management/data plane components would communicate with our Azure
services.
- raw
Cert StringData - Gets or sets the raw certificate data for building certificate expiry flows.
- tenant
Id String - Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0