PrivateEndpointBillingSku 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.
The billing sku of the private endpoint.
public readonly struct PrivateEndpointBillingSku : IEquatable<Azure.ResourceManager.Network.Models.PrivateEndpointBillingSku>
type PrivateEndpointBillingSku = struct
Public Structure PrivateEndpointBillingSku
Implements IEquatable(Of PrivateEndpointBillingSku)
- Inheritance
-
PrivateEndpointBillingSku
- Implements
Constructors
| Name | Description |
|---|---|
| PrivateEndpointBillingSku(String) |
Initializes a new instance of PrivateEndpointBillingSku. |
Properties
| Name | Description |
|---|---|
| Fixed |
Fixed sku is best for high data processing private endpoints. |
| PayAsYouGo |
PayAsYouGo sku is the default price for private endpoints. |
Methods
| Name | Description |
|---|---|
| Equals(PrivateEndpointBillingSku) |
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(PrivateEndpointBillingSku, PrivateEndpointBillingSku) |
Determines if two PrivateEndpointBillingSku values are the same. |
| Implicit(String to Nullable<PrivateEndpointBillingSku>) | |
| Implicit(String to PrivateEndpointBillingSku) |
Converts a string to a PrivateEndpointBillingSku. |
| Inequality(PrivateEndpointBillingSku, PrivateEndpointBillingSku) |
Determines if two PrivateEndpointBillingSku values are not the same. |