azure-native.migrate.ServerCollectorsOperation
Explore with Pulumi AI
Physical server collector resource. Azure REST API version: 2023-03-15.
Other available API versions: 2023-04-01-preview.
Example Usage
ServerCollectorsOperations_Create_MaximumSet_Gen
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var serverCollectorsOperation = new AzureNative.Migrate.ServerCollectorsOperation("serverCollectorsOperation", new()
{
AgentProperties = new AzureNative.Migrate.Inputs.CollectorAgentPropertiesBaseArgs
{
Id = "498e4965-bbb1-47c2-8613-345baff9c509",
SpnDetails = new AzureNative.Migrate.Inputs.CollectorAgentSpnPropertiesBaseArgs
{
ApplicationId = "65153d2f-9afb-44e8-b3ca-1369150b7354",
Audience = "65153d2f-9afb-44e8-b3ca-1369150b7354",
Authority = "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47",
ObjectId = "ddde6f96-87c8-420b-9d4d-f16a5090519e",
TenantId = "72f988bf-86f1-41af-91ab-2d7cd011db47",
},
},
DiscoverySiteId = "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site",
ProjectName = "app18700project",
ProvisioningState = AzureNative.Migrate.ProvisioningState.Succeeded,
ResourceGroupName = "ayagrawRG",
ServerCollectorName = "walter389fcollector",
});
});
package main
import (
migrate "github.com/pulumi/pulumi-azure-native-sdk/migrate/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := migrate.NewServerCollectorsOperation(ctx, "serverCollectorsOperation", &migrate.ServerCollectorsOperationArgs{
AgentProperties: &migrate.CollectorAgentPropertiesBaseArgs{
Id: pulumi.String("498e4965-bbb1-47c2-8613-345baff9c509"),
SpnDetails: &migrate.CollectorAgentSpnPropertiesBaseArgs{
ApplicationId: pulumi.String("65153d2f-9afb-44e8-b3ca-1369150b7354"),
Audience: pulumi.String("65153d2f-9afb-44e8-b3ca-1369150b7354"),
Authority: pulumi.String("https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47"),
ObjectId: pulumi.String("ddde6f96-87c8-420b-9d4d-f16a5090519e"),
TenantId: pulumi.String("72f988bf-86f1-41af-91ab-2d7cd011db47"),
},
},
DiscoverySiteId: pulumi.String("/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site"),
ProjectName: pulumi.String("app18700project"),
ProvisioningState: pulumi.String(migrate.ProvisioningStateSucceeded),
ResourceGroupName: pulumi.String("ayagrawRG"),
ServerCollectorName: pulumi.String("walter389fcollector"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.migrate.ServerCollectorsOperation;
import com.pulumi.azurenative.migrate.ServerCollectorsOperationArgs;
import com.pulumi.azurenative.migrate.inputs.CollectorAgentPropertiesBaseArgs;
import com.pulumi.azurenative.migrate.inputs.CollectorAgentSpnPropertiesBaseArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var serverCollectorsOperation = new ServerCollectorsOperation("serverCollectorsOperation", ServerCollectorsOperationArgs.builder()
.agentProperties(CollectorAgentPropertiesBaseArgs.builder()
.id("498e4965-bbb1-47c2-8613-345baff9c509")
.spnDetails(CollectorAgentSpnPropertiesBaseArgs.builder()
.applicationId("65153d2f-9afb-44e8-b3ca-1369150b7354")
.audience("65153d2f-9afb-44e8-b3ca-1369150b7354")
.authority("https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47")
.objectId("ddde6f96-87c8-420b-9d4d-f16a5090519e")
.tenantId("72f988bf-86f1-41af-91ab-2d7cd011db47")
.build())
.build())
.discoverySiteId("/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site")
.projectName("app18700project")
.provisioningState("Succeeded")
.resourceGroupName("ayagrawRG")
.serverCollectorName("walter389fcollector")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
server_collectors_operation = azure_native.migrate.ServerCollectorsOperation("serverCollectorsOperation",
agent_properties=azure_native.migrate.CollectorAgentPropertiesBaseArgs(
id="498e4965-bbb1-47c2-8613-345baff9c509",
spn_details=azure_native.migrate.CollectorAgentSpnPropertiesBaseArgs(
application_id="65153d2f-9afb-44e8-b3ca-1369150b7354",
audience="65153d2f-9afb-44e8-b3ca-1369150b7354",
authority="https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47",
object_id="ddde6f96-87c8-420b-9d4d-f16a5090519e",
tenant_id="72f988bf-86f1-41af-91ab-2d7cd011db47",
),
),
discovery_site_id="/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site",
project_name="app18700project",
provisioning_state=azure_native.migrate.ProvisioningState.SUCCEEDED,
resource_group_name="ayagrawRG",
server_collector_name="walter389fcollector")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const serverCollectorsOperation = new azure_native.migrate.ServerCollectorsOperation("serverCollectorsOperation", {
agentProperties: {
id: "498e4965-bbb1-47c2-8613-345baff9c509",
spnDetails: {
applicationId: "65153d2f-9afb-44e8-b3ca-1369150b7354",
audience: "65153d2f-9afb-44e8-b3ca-1369150b7354",
authority: "https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47",
objectId: "ddde6f96-87c8-420b-9d4d-f16a5090519e",
tenantId: "72f988bf-86f1-41af-91ab-2d7cd011db47",
},
},
discoverySiteId: "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site",
projectName: "app18700project",
provisioningState: azure_native.migrate.ProvisioningState.Succeeded,
resourceGroupName: "ayagrawRG",
serverCollectorName: "walter389fcollector",
});
resources:
serverCollectorsOperation:
type: azure-native:migrate:ServerCollectorsOperation
properties:
agentProperties:
id: 498e4965-bbb1-47c2-8613-345baff9c509
spnDetails:
applicationId: 65153d2f-9afb-44e8-b3ca-1369150b7354
audience: 65153d2f-9afb-44e8-b3ca-1369150b7354
authority: https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47
objectId: ddde6f96-87c8-420b-9d4d-f16a5090519e
tenantId: 72f988bf-86f1-41af-91ab-2d7cd011db47
discoverySiteId: /subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/ayagrawRG/providers/Microsoft.OffAzure/ServerSites/walter7155site
projectName: app18700project
provisioningState: Succeeded
resourceGroupName: ayagrawRG
serverCollectorName: walter389fcollector
Create ServerCollectorsOperation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServerCollectorsOperation(name: string, args: ServerCollectorsOperationArgs, opts?: CustomResourceOptions);
@overload
def ServerCollectorsOperation(resource_name: str,
args: ServerCollectorsOperationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServerCollectorsOperation(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
agent_properties: Optional[CollectorAgentPropertiesBaseArgs] = None,
discovery_site_id: Optional[str] = None,
provisioning_state: Optional[Union[str, ProvisioningState]] = None,
server_collector_name: Optional[str] = None)
func NewServerCollectorsOperation(ctx *Context, name string, args ServerCollectorsOperationArgs, opts ...ResourceOption) (*ServerCollectorsOperation, error)
public ServerCollectorsOperation(string name, ServerCollectorsOperationArgs args, CustomResourceOptions? opts = null)
public ServerCollectorsOperation(String name, ServerCollectorsOperationArgs args)
public ServerCollectorsOperation(String name, ServerCollectorsOperationArgs args, CustomResourceOptions options)
type: azure-native:migrate:ServerCollectorsOperation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServerCollectorsOperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServerCollectorsOperationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServerCollectorsOperationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServerCollectorsOperationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServerCollectorsOperationArgs
- 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 serverCollectorsOperationResource = new AzureNative.Migrate.ServerCollectorsOperation("serverCollectorsOperationResource", new()
{
ProjectName = "string",
ResourceGroupName = "string",
AgentProperties = new AzureNative.Migrate.Inputs.CollectorAgentPropertiesBaseArgs
{
Id = "string",
LastHeartbeatUtc = "string",
SpnDetails = new AzureNative.Migrate.Inputs.CollectorAgentSpnPropertiesBaseArgs
{
ApplicationId = "string",
Audience = "string",
Authority = "string",
ObjectId = "string",
TenantId = "string",
},
Version = "string",
},
DiscoverySiteId = "string",
ProvisioningState = "string",
ServerCollectorName = "string",
});
example, err := migrate.NewServerCollectorsOperation(ctx, "serverCollectorsOperationResource", &migrate.ServerCollectorsOperationArgs{
ProjectName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
AgentProperties: &migrate.CollectorAgentPropertiesBaseArgs{
Id: pulumi.String("string"),
LastHeartbeatUtc: pulumi.String("string"),
SpnDetails: &migrate.CollectorAgentSpnPropertiesBaseArgs{
ApplicationId: pulumi.String("string"),
Audience: pulumi.String("string"),
Authority: pulumi.String("string"),
ObjectId: pulumi.String("string"),
TenantId: pulumi.String("string"),
},
Version: pulumi.String("string"),
},
DiscoverySiteId: pulumi.String("string"),
ProvisioningState: pulumi.String("string"),
ServerCollectorName: pulumi.String("string"),
})
var serverCollectorsOperationResource = new ServerCollectorsOperation("serverCollectorsOperationResource", ServerCollectorsOperationArgs.builder()
.projectName("string")
.resourceGroupName("string")
.agentProperties(CollectorAgentPropertiesBaseArgs.builder()
.id("string")
.lastHeartbeatUtc("string")
.spnDetails(CollectorAgentSpnPropertiesBaseArgs.builder()
.applicationId("string")
.audience("string")
.authority("string")
.objectId("string")
.tenantId("string")
.build())
.version("string")
.build())
.discoverySiteId("string")
.provisioningState("string")
.serverCollectorName("string")
.build());
server_collectors_operation_resource = azure_native.migrate.ServerCollectorsOperation("serverCollectorsOperationResource",
project_name="string",
resource_group_name="string",
agent_properties=azure_native.migrate.CollectorAgentPropertiesBaseArgs(
id="string",
last_heartbeat_utc="string",
spn_details=azure_native.migrate.CollectorAgentSpnPropertiesBaseArgs(
application_id="string",
audience="string",
authority="string",
object_id="string",
tenant_id="string",
),
version="string",
),
discovery_site_id="string",
provisioning_state="string",
server_collector_name="string")
const serverCollectorsOperationResource = new azure_native.migrate.ServerCollectorsOperation("serverCollectorsOperationResource", {
projectName: "string",
resourceGroupName: "string",
agentProperties: {
id: "string",
lastHeartbeatUtc: "string",
spnDetails: {
applicationId: "string",
audience: "string",
authority: "string",
objectId: "string",
tenantId: "string",
},
version: "string",
},
discoverySiteId: "string",
provisioningState: "string",
serverCollectorName: "string",
});
type: azure-native:migrate:ServerCollectorsOperation
properties:
agentProperties:
id: string
lastHeartbeatUtc: string
spnDetails:
applicationId: string
audience: string
authority: string
objectId: string
tenantId: string
version: string
discoverySiteId: string
projectName: string
provisioningState: string
resourceGroupName: string
serverCollectorName: string
ServerCollectorsOperation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ServerCollectorsOperation resource accepts the following input properties:
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Agent
Properties Pulumi.Azure Native. Migrate. Inputs. Collector Agent Properties Base - Gets or sets the collector agent properties.
- Discovery
Site stringId - Gets the discovery site id.
- Provisioning
State string | Pulumi.Azure Native. Migrate. Provisioning State - The status of the last operation.
- Server
Collector stringName - Physical server collector ARM name
- Project
Name string - Assessment Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Agent
Properties CollectorAgent Properties Base Args - Gets or sets the collector agent properties.
- Discovery
Site stringId - Gets the discovery site id.
- Provisioning
State string | ProvisioningState - The status of the last operation.
- Server
Collector stringName - Physical server collector ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- agent
Properties CollectorAgent Properties Base - Gets or sets the collector agent properties.
- discovery
Site StringId - Gets the discovery site id.
- provisioning
State String | ProvisioningState - The status of the last operation.
- server
Collector StringName - Physical server collector ARM name
- project
Name string - Assessment Project Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- agent
Properties CollectorAgent Properties Base - Gets or sets the collector agent properties.
- discovery
Site stringId - Gets the discovery site id.
- provisioning
State string | ProvisioningState - The status of the last operation.
- server
Collector stringName - Physical server collector ARM name
- project_
name str - Assessment Project Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- agent_
properties CollectorAgent Properties Base Args - Gets or sets the collector agent properties.
- discovery_
site_ strid - Gets the discovery site id.
- provisioning_
state str | ProvisioningState - The status of the last operation.
- server_
collector_ strname - Physical server collector ARM name
- project
Name String - Assessment Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- agent
Properties Property Map - Gets or sets the collector agent properties.
- discovery
Site StringId - Gets the discovery site id.
- provisioning
State String | "Succeeded" | "Failed" | "Canceled" | "Provisioning" | "Updating" | "Deleting" | "Accepted" - The status of the last operation.
- server
Collector StringName - Physical server collector ARM name
Outputs
All input properties are implicitly available as output properties. Additionally, the ServerCollectorsOperation resource produces the following output properties:
- Created
Timestamp string - Gets the Timestamp when collector was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Migrate. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
Timestamp string - Timestamp when collector was last updated.
- Created
Timestamp string - Gets the Timestamp when collector was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Updated
Timestamp string - Timestamp when collector was last updated.
- created
Timestamp String - Gets the Timestamp when collector was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp String - Timestamp when collector was last updated.
- created
Timestamp string - Gets the Timestamp when collector was created.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp string - Timestamp when collector was last updated.
- created_
timestamp str - Gets the Timestamp when collector was created.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated_
timestamp str - Timestamp when collector was last updated.
- created
Timestamp String - Gets the Timestamp when collector was created.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- updated
Timestamp String - Timestamp when collector was last updated.
Supporting Types
CollectorAgentPropertiesBase, CollectorAgentPropertiesBaseArgs
- Id string
- Gets the collector agent id.
- Last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- Spn
Details Pulumi.Azure Native. Migrate. Inputs. Collector Agent Spn Properties Base - Gets or sets the SPN details.
- Version string
- Gets the collector agent version.
- Id string
- Gets the collector agent id.
- Last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- Spn
Details CollectorAgent Spn Properties Base - Gets or sets the SPN details.
- Version string
- Gets the collector agent version.
- id String
- Gets the collector agent id.
- last
Heartbeat StringUtc - Gets the collector last heartbeat time.
- spn
Details CollectorAgent Spn Properties Base - Gets or sets the SPN details.
- version String
- Gets the collector agent version.
- id string
- Gets the collector agent id.
- last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- spn
Details CollectorAgent Spn Properties Base - Gets or sets the SPN details.
- version string
- Gets the collector agent version.
- id str
- Gets the collector agent id.
- last_
heartbeat_ strutc - Gets the collector last heartbeat time.
- spn_
details CollectorAgent Spn Properties Base - Gets or sets the SPN details.
- version str
- Gets the collector agent version.
- id String
- Gets the collector agent id.
- last
Heartbeat StringUtc - Gets the collector last heartbeat time.
- spn
Details Property Map - Gets or sets the SPN details.
- version String
- Gets the collector agent version.
CollectorAgentPropertiesBaseResponse, CollectorAgentPropertiesBaseResponseArgs
- Id string
- Gets the collector agent id.
- Last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- Spn
Details Pulumi.Azure Native. Migrate. Inputs. Collector Agent Spn Properties Base Response - Gets or sets the SPN details.
- Version string
- Gets the collector agent version.
- Id string
- Gets the collector agent id.
- Last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- Spn
Details CollectorAgent Spn Properties Base Response - Gets or sets the SPN details.
- Version string
- Gets the collector agent version.
- id String
- Gets the collector agent id.
- last
Heartbeat StringUtc - Gets the collector last heartbeat time.
- spn
Details CollectorAgent Spn Properties Base Response - Gets or sets the SPN details.
- version String
- Gets the collector agent version.
- id string
- Gets the collector agent id.
- last
Heartbeat stringUtc - Gets the collector last heartbeat time.
- spn
Details CollectorAgent Spn Properties Base Response - Gets or sets the SPN details.
- version string
- Gets the collector agent version.
- id str
- Gets the collector agent id.
- last_
heartbeat_ strutc - Gets the collector last heartbeat time.
- spn_
details CollectorAgent Spn Properties Base Response - Gets or sets the SPN details.
- version str
- Gets the collector agent version.
- id String
- Gets the collector agent id.
- last
Heartbeat StringUtc - Gets the collector last heartbeat time.
- spn
Details Property Map - Gets or sets the SPN details.
- version String
- Gets the collector agent version.
CollectorAgentSpnPropertiesBase, CollectorAgentSpnPropertiesBaseArgs
- Application
Id string - Gets the AAD application id.
- Audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- Object
Id string - Gets the object id of the AAD application.
- Tenant
Id string - Gets the tenant id of the AAD application.
- Application
Id string - Gets the AAD application id.
- Audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- Object
Id string - Gets the object id of the AAD application.
- Tenant
Id string - Gets the tenant id of the AAD application.
- application
Id String - Gets the AAD application id.
- audience String
- Gets the AAD audience url.
- String
- Gets the AAD authority endpoint.
- object
Id String - Gets the object id of the AAD application.
- tenant
Id String - Gets the tenant id of the AAD application.
- application
Id string - Gets the AAD application id.
- audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- object
Id string - Gets the object id of the AAD application.
- tenant
Id string - Gets the tenant id of the AAD application.
- application_
id str - Gets the AAD application id.
- audience str
- Gets the AAD audience url.
- str
- Gets the AAD authority endpoint.
- object_
id str - Gets the object id of the AAD application.
- tenant_
id str - Gets the tenant id of the AAD application.
- application
Id String - Gets the AAD application id.
- audience String
- Gets the AAD audience url.
- String
- Gets the AAD authority endpoint.
- object
Id String - Gets the object id of the AAD application.
- tenant
Id String - Gets the tenant id of the AAD application.
CollectorAgentSpnPropertiesBaseResponse, CollectorAgentSpnPropertiesBaseResponseArgs
- Application
Id string - Gets the AAD application id.
- Audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- Object
Id string - Gets the object id of the AAD application.
- Tenant
Id string - Gets the tenant id of the AAD application.
- Application
Id string - Gets the AAD application id.
- Audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- Object
Id string - Gets the object id of the AAD application.
- Tenant
Id string - Gets the tenant id of the AAD application.
- application
Id String - Gets the AAD application id.
- audience String
- Gets the AAD audience url.
- String
- Gets the AAD authority endpoint.
- object
Id String - Gets the object id of the AAD application.
- tenant
Id String - Gets the tenant id of the AAD application.
- application
Id string - Gets the AAD application id.
- audience string
- Gets the AAD audience url.
- string
- Gets the AAD authority endpoint.
- object
Id string - Gets the object id of the AAD application.
- tenant
Id string - Gets the tenant id of the AAD application.
- application_
id str - Gets the AAD application id.
- audience str
- Gets the AAD audience url.
- str
- Gets the AAD authority endpoint.
- object_
id str - Gets the object id of the AAD application.
- tenant_
id str - Gets the tenant id of the AAD application.
- application
Id String - Gets the AAD application id.
- audience String
- Gets the AAD audience url.
- String
- Gets the AAD authority endpoint.
- object
Id String - Gets the object id of the AAD application.
- tenant
Id String - Gets the tenant id of the AAD application.
ProvisioningState, ProvisioningStateArgs
- Succeeded
- SucceededResource has been created.
- Failed
- FailedResource creation failed.
- Canceled
- CanceledResource creation was canceled.
- Provisioning
- ProvisioningResource is being Provisioned.
- Updating
- UpdatingResource is being Updated.
- Deleting
- DeletingResource is being Deleted.
- Accepted
- AcceptedResource is being Accepted.
- Provisioning
State Succeeded - SucceededResource has been created.
- Provisioning
State Failed - FailedResource creation failed.
- Provisioning
State Canceled - CanceledResource creation was canceled.
- Provisioning
State Provisioning - ProvisioningResource is being Provisioned.
- Provisioning
State Updating - UpdatingResource is being Updated.
- Provisioning
State Deleting - DeletingResource is being Deleted.
- Provisioning
State Accepted - AcceptedResource is being Accepted.
- Succeeded
- SucceededResource has been created.
- Failed
- FailedResource creation failed.
- Canceled
- CanceledResource creation was canceled.
- Provisioning
- ProvisioningResource is being Provisioned.
- Updating
- UpdatingResource is being Updated.
- Deleting
- DeletingResource is being Deleted.
- Accepted
- AcceptedResource is being Accepted.
- Succeeded
- SucceededResource has been created.
- Failed
- FailedResource creation failed.
- Canceled
- CanceledResource creation was canceled.
- Provisioning
- ProvisioningResource is being Provisioned.
- Updating
- UpdatingResource is being Updated.
- Deleting
- DeletingResource is being Deleted.
- Accepted
- AcceptedResource is being Accepted.
- SUCCEEDED
- SucceededResource has been created.
- FAILED
- FailedResource creation failed.
- CANCELED
- CanceledResource creation was canceled.
- PROVISIONING
- ProvisioningResource is being Provisioned.
- UPDATING
- UpdatingResource is being Updated.
- DELETING
- DeletingResource is being Deleted.
- ACCEPTED
- AcceptedResource is being Accepted.
- "Succeeded"
- SucceededResource has been created.
- "Failed"
- FailedResource creation failed.
- "Canceled"
- CanceledResource creation was canceled.
- "Provisioning"
- ProvisioningResource is being Provisioned.
- "Updating"
- UpdatingResource is being Updated.
- "Deleting"
- DeletingResource is being Deleted.
- "Accepted"
- AcceptedResource is being Accepted.
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:migrate:ServerCollectorsOperation walter389fcollector /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/servercollectors/{serverCollectorName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0