ResourceSettings interface

Gets or sets the resource settings.

Properties

resourceType

Polymorphic discriminator, which specifies the different types this object can be

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceName

Gets or sets the target Resource name.

Property Details

resourceType

Polymorphic discriminator, which specifies the different types this object can be

resourceType: "Microsoft.Compute/availabilitySets" | "Microsoft.Compute/diskEncryptionSets" | "Microsoft.KeyVault/vaults" | "Microsoft.Network/loadBalancers" | "Microsoft.Network/networkInterfaces" | "Microsoft.Network/networkSecurityGroups" | "Microsoft.Network/publicIPAddresses" | "resourceGroups" | "Microsoft.Compute/virtualMachines" | "Microsoft.Network/virtualNetworks" | "Microsoft.Sql/servers" | "Microsoft.Sql/servers/elasticPools" | "Microsoft.Sql/servers/databases"

Property Value

"Microsoft.Compute/availabilitySets" | "Microsoft.Compute/diskEncryptionSets" | "Microsoft.KeyVault/vaults" | "Microsoft.Network/loadBalancers" | "Microsoft.Network/networkInterfaces" | "Microsoft.Network/networkSecurityGroups" | "Microsoft.Network/publicIPAddresses" | "resourceGroups" | "Microsoft.Compute/virtualMachines" | "Microsoft.Network/virtualNetworks" | "Microsoft.Sql/servers" | "Microsoft.Sql/servers/elasticPools" | "Microsoft.Sql/servers/databases"

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceGroupName?: string

Property Value

string

targetResourceName

Gets or sets the target Resource name.

targetResourceName?: string

Property Value

string