ArmNetworkModelFactory.AvailableDelegation 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.Models.AvailableDelegation AvailableDelegation(string name = default, string id = default, string type = default, string serviceName = default, System.Collections.Generic.IEnumerable<string> actions = default);
static member AvailableDelegation : string * string * string * string * seq<string> -> Azure.ResourceManager.Network.Models.AvailableDelegation
Public Shared Function AvailableDelegation (Optional name As String = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional serviceName As String = Nothing, Optional actions As IEnumerable(Of String) = Nothing) As AvailableDelegation
Parameters
- name
- String
The name of the AvailableDelegation resource.
- id
- String
A unique identifier of the AvailableDelegation resource.
- type
- String
Resource type.
- serviceName
- String
The name of the service and resource.
- actions
- IEnumerable<String>
The actions permitted to the service upon delegation.
Returns
A new AvailableDelegation instance for mocking.