RoutingRuleRouteDestination Class
Route destination.
All required parameters must be populated in order to send to server.
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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python