ArmLogicModelFactory.LogicApiResourcePolicies(BinaryData, String) 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.
Initializes a new instance of LogicApiResourcePolicies.
public static Azure.ResourceManager.Logic.Models.LogicApiResourcePolicies LogicApiResourcePolicies (BinaryData content = default, string contentLink = default);
static member LogicApiResourcePolicies : BinaryData * string -> Azure.ResourceManager.Logic.Models.LogicApiResourcePolicies
Public Shared Function LogicApiResourcePolicies (Optional content As BinaryData = Nothing, Optional contentLink As String = Nothing) As LogicApiResourcePolicies
Parameters
- content
- BinaryData
The API level only policies XML as embedded content.
- contentLink
- String
The content link to the policies.
Returns
A new LogicApiResourcePolicies instance for mocking.
Applies to
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 .NET