ArmNetworkModelFactory.NetworkManagerRoutingConfigurationData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData NetworkManagerRoutingConfigurationData(string description = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Guid? resourceGuid = default, Azure.ResourceManager.Network.Models.RouteTableUsageMode? routeTableUsageMode = default, string name = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member NetworkManagerRoutingConfigurationData : string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Guid> * Nullable<Azure.ResourceManager.Network.Models.RouteTableUsageMode> * string * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData
Public Shared Function NetworkManagerRoutingConfigurationData (Optional description As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing, Optional routeTableUsageMode As Nullable(Of RouteTableUsageMode) = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing) As NetworkManagerRoutingConfigurationData
Parameters
- description
- String
A description of the routing configuration.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the resource.
- routeTableUsageMode
- Nullable<RouteTableUsageMode>
Route table usage mode defines which route table will be used by the configuration. If not defined, this will default to 'ManagedOnly'.
- name
- String
The name of the network manager Routing Configuration.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new NetworkManagerRoutingConfigurationData instance for mocking.