PSSecurityPSSecurityAllowedConnectionConverters.ConvertToPSType 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.
Overloads
ConvertToPSType(AllowedConnectionsResource)
public static Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection ConvertToPSType (this Microsoft.Azure.Management.Security.Models.AllowedConnectionsResource value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.AllowedConnectionsResource -> Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection
<Extension()>
Public Function ConvertToPSType (value As AllowedConnectionsResource) As PSSecurityAllowedConnection
Parameters
Returns
Applies to
ConvertToPSType(ConnectableResource)
public static Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources ConvertToPSType (this Microsoft.Azure.Management.Security.Models.ConnectableResource value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.ConnectableResource -> Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources
<Extension()>
Public Function ConvertToPSType (value As ConnectableResource) As PSSecurityConnectableResources
Parameters
- value
- ConnectableResource
Returns
Applies to
ConvertToPSType(ConnectedResource)
public static Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource ConvertToPSType (this Microsoft.Azure.Management.Security.Models.ConnectedResource value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.ConnectedResource -> Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource
<Extension()>
Public Function ConvertToPSType (value As ConnectedResource) As PSSecurityConnectedResource
Parameters
- value
- ConnectedResource
Returns
Applies to
ConvertToPSType(IEnumerable<AllowedConnectionsResource>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.AllowedConnectionsResource> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.AllowedConnectionsResource> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityAllowedConnection>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of AllowedConnectionsResource)) As List(Of PSSecurityAllowedConnection)
Parameters
Returns
Applies to
ConvertToPSType(IEnumerable<ConnectableResource>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.ConnectableResource> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.ConnectableResource> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectableResources>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of ConnectableResource)) As List(Of PSSecurityConnectableResources)
Parameters
- value
- IEnumerable<ConnectableResource>
Returns
Applies to
ConvertToPSType(IEnumerable<ConnectedResource>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.ConnectedResource> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.ConnectedResource> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of ConnectedResource)) As List(Of PSSecurityConnectedResource)
Parameters
- value
- IEnumerable<ConnectedResource>