ResourceIdOptionsForGetCapacityReservationGroup 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.
public readonly struct ResourceIdOptionsForGetCapacityReservationGroup : IEquatable<Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup>
type ResourceIdOptionsForGetCapacityReservationGroup = struct
Public Structure ResourceIdOptionsForGetCapacityReservationGroup
Implements IEquatable(Of ResourceIdOptionsForGetCapacityReservationGroup)
- Inheritance
-
ResourceIdOptionsForGetCapacityReservationGroup
- Implements
Constructors
| Name | Description |
|---|---|
| ResourceIdOptionsForGetCapacityReservationGroup(String) |
Initializes a new instance of ResourceIdOptionsForGetCapacityReservationGroup. |
Properties
| Name | Description |
|---|---|
| All |
Gets the All. |
| CreatedInSubscription |
Gets the CreatedInSubscription. |
| SharedWithSubscription |
Gets the SharedWithSubscription. |
Methods
| Name | Description |
|---|---|
| Equals(ResourceIdOptionsForGetCapacityReservationGroup) |
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(ResourceIdOptionsForGetCapacityReservationGroup, ResourceIdOptionsForGetCapacityReservationGroup) |
Determines if two ResourceIdOptionsForGetCapacityReservationGroup values are the same. |
| Implicit(String to Nullable<ResourceIdOptionsForGetCapacityReservationGroup>) | |
| Implicit(String to ResourceIdOptionsForGetCapacityReservationGroup) |
Converts a string to a ResourceIdOptionsForGetCapacityReservationGroup. |
| Inequality(ResourceIdOptionsForGetCapacityReservationGroup, ResourceIdOptionsForGetCapacityReservationGroup) |
Determines if two ResourceIdOptionsForGetCapacityReservationGroup values are not the same. |