Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateMachineID(input interface{}, key string) (warnings []string, errors []error) + type IPAddress struct + Address *string + IPAddressVersion *string + Subnet *Subnet + type MachineId struct + MachineName string + ResourceGroupName string + SubscriptionId string + func NewMachineID(subscriptionId string, resourceGroupName string, machineName string) MachineId + func ParseMachineID(input string) (*MachineId, error) + func ParseMachineIDInsensitively(input string) (*MachineId, error) + func (id *MachineId) FromParseResult(input resourceids.ParseResult) error + func (id MachineId) ID() string + func (id MachineId) Segments() []resourceids.Segment + func (id MachineId) String() string + type MachineNetworkProfileClient struct + Client *resourcemanager.Client + func NewMachineNetworkProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*MachineNetworkProfileClient, error) + func (c MachineNetworkProfileClient) NetworkProfileGet(ctx context.Context, id MachineId) (result NetworkProfileGetOperationResponse, err error) + type NetworkInterface struct + IPAddresses *[]IPAddress + type NetworkProfile struct + NetworkInterfaces *[]NetworkInterface + type NetworkProfileGetOperationResponse struct + HttpResponse *http.Response + Model *NetworkProfile + OData *odata.OData + type Subnet struct + AddressPrefix *string