PfsGroup Struct
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.
Compatibility declaration for the PfsGroup type.
public readonly struct PfsGroup : IEquatable<Azure.ResourceManager.Network.Models.PfsGroup>
type PfsGroup = struct
Public Structure PfsGroup
Implements IEquatable(Of PfsGroup)
- Inheritance
-
PfsGroup
- Implements
Constructors
| Name | Description |
|---|---|
| PfsGroup(String) |
Initializes a new instance of PfsGroup. |
Properties
| Name | Description |
|---|---|
| Ecp256 |
ECP256. |
| Ecp384 |
ECP384. |
| None |
None. |
| Pfs |
Invokes the PfsGroup compatibility operation. |
| Pfs1 |
PFS1. |
| Pfs14 |
PFS14. |
| Pfs2 |
PFS2. |
| Pfs2048 |
PFS2048. |
| Pfs24 |
PFS24. |
| PFSMM |
PFSMM. |
Methods
| Name | Description |
|---|---|
| Equals(PfsGroup) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are the same. |
| Implicit(String to Nullable<PfsGroup>) | |
| Implicit(String to PfsGroup) |
Converts a string to a PfsGroup. |
| Inequality(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are not the same. |