PSSecurityTaskConverters.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(SecurityContact) | |
ConvertToPSType(IEnumerable<SecurityContact>) |
ConvertToPSType(SecurityContact)
public static Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact ConvertToPSType (this Microsoft.Azure.Management.Security.Models.SecurityContact value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.SecurityContact -> Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact
<Extension()>
Public Function ConvertToPSType (value As SecurityContact) As PSSecurityContact
Parameters
- value
- SecurityContact
Returns
Applies to
ConvertToPSType(IEnumerable<SecurityContact>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.SecurityContact> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.SecurityContact> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.SecurityContacts.PSSecurityContact>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of SecurityContact)) As List(Of PSSecurityContact)
Parameters
- value
- IEnumerable<SecurityContact>