azure-native-v2.offazure.Site
Explore with Pulumi AI
Site REST Resource. Azure REST API version: 2020-07-07. Prior API version in Azure Native 1.x: 2020-01-01.
Create Site Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Site(name: string, args: SiteArgs, opts?: CustomResourceOptions);
@overload
def Site(resource_name: str,
args: SiteArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Site(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
e_tag: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
properties: Optional[SitePropertiesArgs] = None,
site_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewSite(ctx *Context, name string, args SiteArgs, opts ...ResourceOption) (*Site, error)
public Site(string name, SiteArgs args, CustomResourceOptions? opts = null)
type: azure-native:offazure:Site
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SiteArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. SiteArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SiteArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. SiteArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. SiteArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var examplesiteResourceResourceFromOffazure = new AzureNative.Offazure.Site("examplesiteResourceResourceFromOffazure", new()
{
ResourceGroupName = "string",
ETag = "string",
Location = "string",
Name = "string",
Properties =
{
{ "agentDetails",
{
{ "keyVaultId", "string" },
{ "keyVaultUri", "string" },
} },
{ "applianceName", "string" },
{ "discoverySolutionId", "string" },
{ "servicePrincipalIdentityDetails",
{
{ "aadAuthority", "string" },
{ "applicationId", "string" },
{ "audience", "string" },
{ "objectId", "string" },
{ "rawCertData", "string" },
{ "tenantId", "string" },
} },
},
SiteName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := offazure.NewSite(ctx, "examplesiteResourceResourceFromOffazure", &offazure.SiteArgs{
ResourceGroupName: "string",
ETag: "string",
Location: "string",
Name: "string",
Properties: map[string]interface{}{
"agentDetails": map[string]interface{}{
"keyVaultId": "string",
"keyVaultUri": "string",
},
"applianceName": "string",
"discoverySolutionId": "string",
"servicePrincipalIdentityDetails": map[string]interface{}{
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"rawCertData": "string",
"tenantId": "string",
},
},
SiteName: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var examplesiteResourceResourceFromOffazure = new Site("examplesiteResourceResourceFromOffazure", SiteArgs.builder()
.resourceGroupName("string")
.eTag("string")
.location("string")
.name("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.siteName("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
examplesite_resource_resource_from_offazure = azure_native.offazure.Site("examplesiteResourceResourceFromOffazure",
resource_group_name=string,
e_tag=string,
location=string,
name=string,
properties={
agentDetails: {
keyVaultId: string,
keyVaultUri: string,
},
applianceName: string,
discoverySolutionId: string,
servicePrincipalIdentityDetails: {
aadAuthority: string,
applicationId: string,
audience: string,
objectId: string,
rawCertData: string,
tenantId: string,
},
},
site_name=string,
tags={
string: string,
})
const examplesiteResourceResourceFromOffazure = new azure_native.offazure.Site("examplesiteResourceResourceFromOffazure", {
resourceGroupName: "string",
eTag: "string",
location: "string",
name: "string",
properties: {
agentDetails: {
keyVaultId: "string",
keyVaultUri: "string",
},
applianceName: "string",
discoverySolutionId: "string",
servicePrincipalIdentityDetails: {
aadAuthority: "string",
applicationId: "string",
audience: "string",
objectId: "string",
rawCertData: "string",
tenantId: "string",
},
},
siteName: "string",
tags: {
string: "string",
},
});
type: azure-native:offazure:Site
properties:
eTag: string
location: string
name: string
properties:
agentDetails:
keyVaultId: string
keyVaultUri: string
applianceName: string
discoverySolutionId: string
servicePrincipalIdentityDetails:
aadAuthority: string
applicationId: string
audience: string
objectId: string
rawCertData: string
tenantId: string
resourceGroupName: string
siteName: string
tags:
string: string
Site Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Site resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- ETag string
- eTag for concurrency control.
- Location string
- Azure location in which Sites is created.
- Name string
- Name of the VMware site.
- Properties
Pulumi.
Azure Native. Off Azure. Inputs. Site Properties - Nested properties of VMWare site.
- Site
Name Changes to this property will trigger replacement.
- Site name.
- Dictionary<string, string>
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- ETag string
- eTag for concurrency control.
- Location string
- Azure location in which Sites is created.
- Name string
- Name of the VMware site.
- Properties
Site
Properties Args - Nested properties of VMWare site.
- Site
Name Changes to this property will trigger replacement.
- Site name.
- map[string]string
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- e
Tag String - eTag for concurrency control.
- location String
- Azure location in which Sites is created.
- name String
- Name of the VMware site.
- properties
Site
Properties - Nested properties of VMWare site.
- site
Name Changes to this property will trigger replacement.
- Site name.
- Map<String,String>
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- e
Tag string - eTag for concurrency control.
- location string
- Azure location in which Sites is created.
- name string
- Name of the VMware site.
- properties
Site
Properties - Nested properties of VMWare site.
- site
Name Changes to this property will trigger replacement.
- Site name.
- {[key: string]: string}
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- e_
tag str - eTag for concurrency control.
- location str
- Azure location in which Sites is created.
- name str
- Name of the VMware site.
- properties
Site
Properties Args - Nested properties of VMWare site.
- site_
name Changes to this property will trigger replacement.
- Site name.
- Mapping[str, str]
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- e
Tag String - eTag for concurrency control.
- location String
- Azure location in which Sites is created.
- name String
- Name of the VMware site.
- properties Property Map
- Nested properties of VMWare site.
- site
Name Changes to this property will trigger replacement.
- Site name.
- Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the Site resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- id string
- The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- id str
- The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
- id String
- The provider-assigned unique ID for this managed resource.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- Type of resource. Type = Microsoft.OffAzure/VMWareSites.
Supporting Types
SiteAgentProperties, SiteAgentPropertiesArgs
- Key
Vault stringId - Gets or sets the key vault ARM Id.
- Key
Vault stringUri - Gets or sets the key vault URI.
- Key
Vault stringId - Gets or sets the key vault ARM Id.
- Key
Vault stringUri - Gets or sets the key vault URI.
- key
Vault StringId - Gets or sets the key vault ARM Id.
- key
Vault StringUri - Gets or sets the key vault URI.
- key
Vault stringId - Gets or sets the key vault ARM Id.
- key
Vault stringUri - Gets or sets the key vault URI.
- key_
vault_ strid - Gets or sets the key vault ARM Id.
- key_
vault_ struri - Gets or sets the key vault URI.
- key
Vault StringId - Gets or sets the key vault ARM Id.
- key
Vault StringUri - Gets or sets the key vault URI.
SiteAgentPropertiesResponse, SiteAgentPropertiesResponseArgs
- Id
This property is required. string - Gets the ID of the agent.
- Last
Heart Beat Utc This property is required. string - Gets the last heartbeat time of the agent in UTC.
- Version
This property is required. 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
This property is required. string - Gets the ID of the agent.
- Last
Heart Beat Utc This property is required. string - Gets the last heartbeat time of the agent in UTC.
- Version
This property is required. 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
This property is required. String - Gets the ID of the agent.
- last
Heart Beat Utc This property is required. String - Gets the last heartbeat time of the agent in UTC.
- version
This property is required. 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
This property is required. string - Gets the ID of the agent.
- last
Heart Beat Utc This property is required. string - Gets the last heartbeat time of the agent in UTC.
- version
This property is required. 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
This property is required. str - Gets the ID of the agent.
- last_
heart_ beat_ utc This property is required. str - Gets the last heartbeat time of the agent in UTC.
- version
This property is required. 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
This property is required. String - Gets the ID of the agent.
- last
Heart Beat Utc This property is required. String - Gets the last heartbeat time of the agent in UTC.
- version
This property is required. 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.
SiteProperties, SitePropertiesArgs
- Agent
Details Pulumi.Azure Native. Off Azure. Inputs. Site Agent Properties - 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 - Service principal identity details used by agent for communication to the service.
- Agent
Details SiteAgent Properties - 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 - Service principal identity details used by agent for communication to the service.
- agent
Details SiteAgent Properties - 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 - Service principal identity details used by agent for communication to the service.
- agent
Details SiteAgent Properties - 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 - Service principal identity details used by agent for communication to the service.
- agent_
details SiteAgent Properties - 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 - Service principal identity details used by agent for communication to the service.
- 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.
SitePropertiesResponse, SitePropertiesResponseArgs
- Service
Endpoint This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.
SiteSpnProperties, SiteSpnPropertiesArgs
- 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.
SiteSpnPropertiesResponse, SiteSpnPropertiesResponseArgs
- 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, SystemDataResponseArgs
- 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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:offazure:Site appliance1e39site /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0