Class EndpointState
Inheritance
System.Object
EndpointState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointState : ResourceArgs
Constructors
View Source
EndpointState()
Declaration
Properties
View Source
One or more custom_header blocks as defined below
Declaration
public InputList<EndpointCustomHeaderGetArgs> CustomHeaders { get; set; }
Property Value
View Source
EndpointLocation
Specifies the Azure location of the Endpoint,
this must be specified for Profiles using the Performance routing method
if the Endpoint is of either type nestedEndpoints or externalEndpoints.
For Endpoints of type azureEndpoints the value will be taken from the
location of the Azure target resource.
Declaration
public Input<string> EndpointLocation { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EndpointMonitorStatus
Declaration
public Input<string> EndpointMonitorStatus { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EndpointStatus
The status of the Endpoint, can be set to
either Enabled or Disabled. Defaults to Enabled.
Declaration
public Input<string> EndpointStatus { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
GeoMappings
Declaration
public InputList<string> GeoMappings { get; set; }
Property Value
View Source
MinChildEndpoints
This argument specifies the minimum number
of endpoints that must be ‘online’ in the child profile in order for the
parent profile to direct traffic to any of the endpoints in that child
profile. This argument only applies to Endpoints of type nestedEndpoints
and defaults to 1.
Declaration
public Input<int> MinChildEndpoints { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Name
The name of the Traffic Manager endpoint. Changing this forces a
new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Priority
Specifies the priority of this Endpoint, this must be
specified for Profiles using the Priority traffic routing method. Supports
values between 1 and 1000, with no Endpoints sharing the same value. If
omitted the value will be computed in order of creation.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
ProfileName
The name of the Traffic Manager Profile to attach
create the Traffic Manager endpoint.
Declaration
public Input<string> ProfileName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ResourceGroupName
The name of the resource group in which to
create the Traffic Manager endpoint.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Subnets
One or more subnet blocks as defined below
Declaration
public InputList<EndpointSubnetGetArgs> Subnets { get; set; }
Property Value
View Source
Target
The FQDN DNS name of the target. This argument must be
provided for an endpoint of type externalEndpoints, for other types it
will be computed.
Declaration
public Input<string> Target { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
TargetResourceId
The resource id of an Azure resource to
target. This argument must be provided for an endpoint of type
azureEndpoints or nestedEndpoints.
Declaration
public Input<string> TargetResourceId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Type
The Endpoint type, must be one of:
azureEndpoints
externalEndpoints
nestedEndpoints
Declaration
public Input<string> Type { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Weight
Specifies how much traffic should be distributed to this
endpoint, this must be specified for Profiles using the Weighted traffic
routing method. Supports values between 1 and 1000.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|