RoutingRuleRouteDestination Class
Route destination.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelRoutingRuleRouteDestination
Constructor
RoutingRuleRouteDestination(*, type: str | _models.RoutingRuleDestinationType, destination_address: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Destination type. Required. Known values are: "AddressPrefix" and "ServiceTag". |
destination_address
|
Destination address. Required. |
Variables
Name | Description |
---|---|
type
|
Destination type. Required. Known values are: "AddressPrefix" and "ServiceTag". |
destination_address
|
Destination address. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python