SRVRecord

Enables you to manage DNS SRV Records within Azure Private DNS.

Create a SRVRecord Resource

def SRVRecord(resource_name, opts=None, name=None, records=None, resource_group_name=None, tags=None, ttl=None, zone_name=None, __props__=None);
func NewSRVRecord(ctx *Context, name string, args SRVRecordArgs, opts ...ResourceOption) (*SRVRecord, error)
public SRVRecord(string name, SRVRecordArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args SRVRecordArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args SRVRecordArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args SRVRecordArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

SRVRecord Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The SRVRecord resource accepts the following input properties:

Records List<SRVRecordRecordArgs>

One or more record blocks as defined below.

ResourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

Ttl int
ZoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Records []SRVRecordRecord

One or more record blocks as defined below.

ResourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

Ttl int
ZoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

Name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

records SRVRecordRecord[]

One or more record blocks as defined below.

resourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

ttl number
zoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

records List[SRVRecordRecord]

One or more record blocks as defined below.

resource_group_name str

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

ttl float
zone_name str

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

name str

The name of the DNS SRV Record. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the SRVRecord resource produces the following output properties:

Fqdn string

The FQDN of the DNS SRV Record.

Id string
The provider-assigned unique ID for this managed resource.
Fqdn string

The FQDN of the DNS SRV Record.

Id string
The provider-assigned unique ID for this managed resource.
fqdn string

The FQDN of the DNS SRV Record.

id string
The provider-assigned unique ID for this managed resource.
fqdn str

The FQDN of the DNS SRV Record.

id str
The provider-assigned unique ID for this managed resource.

Look up an Existing SRVRecord Resource

Get an existing SRVRecord resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: SRVRecordState, opts?: CustomResourceOptions): SRVRecord
static get(resource_name, id, opts=None, fqdn=None, name=None, records=None, resource_group_name=None, tags=None, ttl=None, zone_name=None, __props__=None);
func GetSRVRecord(ctx *Context, name string, id IDInput, state *SRVRecordState, opts ...ResourceOption) (*SRVRecord, error)
public static SRVRecord Get(string name, Input<string> id, SRVRecordState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Fqdn string

The FQDN of the DNS SRV Record.

Name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

Records List<SRVRecordRecordArgs>

One or more record blocks as defined below.

ResourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assign to the resource.

Ttl int
ZoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

Fqdn string

The FQDN of the DNS SRV Record.

Name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

Records []SRVRecordRecord

One or more record blocks as defined below.

ResourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assign to the resource.

Ttl int
ZoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

fqdn string

The FQDN of the DNS SRV Record.

name string

The name of the DNS SRV Record. Changing this forces a new resource to be created.

records SRVRecordRecord[]

One or more record blocks as defined below.

resourceGroupName string

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assign to the resource.

ttl number
zoneName string

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

fqdn str

The FQDN of the DNS SRV Record.

name str

The name of the DNS SRV Record. Changing this forces a new resource to be created.

records List[SRVRecordRecord]

One or more record blocks as defined below.

resource_group_name str

Specifies the resource group where the resource exists. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assign to the resource.

ttl float
zone_name str

Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

Supporting Types

SRVRecordRecord

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Port int

The Port the service is listening on.

Priority int

The priority of the SRV record.

Target string

The FQDN of the service.

Weight int

The Weight of the SRV record.

Port int

The Port the service is listening on.

Priority int

The priority of the SRV record.

Target string

The FQDN of the service.

Weight int

The Weight of the SRV record.

port number

The Port the service is listening on.

priority number

The priority of the SRV record.

target string

The FQDN of the service.

weight number

The Weight of the SRV record.

port float

The Port the service is listening on.

priority float

The priority of the SRV record.

target str

The FQDN of the service.

weight float

The Weight of the SRV record.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.