InboundSecurityRule.Implicit Operator
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.
Converts the compatibility model to the generated resource data model.
public static implicit operator Azure.ResourceManager.Network.InboundSecurityRuleData(Azure.ResourceManager.Network.Models.InboundSecurityRule rule);
static member op_Implicit : Azure.ResourceManager.Network.Models.InboundSecurityRule -> Azure.ResourceManager.Network.InboundSecurityRuleData
Public Shared Widening Operator CType (rule As InboundSecurityRule) As InboundSecurityRuleData
Parameters
- rule
- InboundSecurityRule
Returns
The converted InboundSecurityRuleData.