Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the Apache v2.0 license.
Index ¶
Constants ¶
View Source
const RandomBytes uint = 7
Variables ¶
This section is empty.
Functions ¶
func NewBinaryGuid ¶
NewBinaryGuid generates an RFC compliant guid and returns it in byte array format
func NewTypePrefixGuid ¶
func NewTypePrefixGuid(prefix PrefixType) string
Types ¶
type PrefixType ¶
type PrefixType uint64
const ( LoadBalancer PrefixType = iota VirtualMachine VirtualMachineScaleSet VirtualHardDisk VirtualNetwork VirtualNetworkInterface Certificate Identity KeyVault Secret Key Container Cluster Group Kubernetes Location Node Subscription VipPool GalleryImage VirtualMachineImage IPAddressManager IPAddress MacPool )
func TypeToPrefix ¶
func TypeToPrefix(datatype reflect.Type) (prefixType PrefixType)
Click to show internal directories.
Click to hide internal directories.