Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrollmentBillingScopeId ¶
func EnrollmentBillingScopeID ¶
func EnrollmentBillingScopeID(input string) (*EnrollmentBillingScopeId, error)
EnrollmentBillingScopeID parses a EnrollmentBillingScope ID into an EnrollmentBillingScopeId struct
func NewEnrollmentBillingScopeID ¶
func NewEnrollmentBillingScopeID(billingAccountName, enrollmentAccountName string) EnrollmentBillingScopeId
func (EnrollmentBillingScopeId) ID ¶
func (id EnrollmentBillingScopeId) ID() string
func (EnrollmentBillingScopeId) String ¶
func (id EnrollmentBillingScopeId) String() string
type EnrollmentId ¶
type EnrollmentId struct {
EnrollmentAccountName string
}
func EnrollmentID ¶
func EnrollmentID(input string) (*EnrollmentId, error)
EnrollmentID parses a Enrollment ID into an EnrollmentId struct
func NewEnrollmentID ¶
func NewEnrollmentID(enrollmentAccountName string) EnrollmentId
func (EnrollmentId) ID ¶
func (id EnrollmentId) ID() string
func (EnrollmentId) String ¶
func (id EnrollmentId) String() string
type MicrosoftCustomerAccountBillingScopeId ¶
type MicrosoftCustomerAccountBillingScopeId struct { BillingAccountName string BillingProfileName string InvoiceSectionName string }
func MicrosoftCustomerAccountBillingScopeID ¶
func MicrosoftCustomerAccountBillingScopeID(input string) (*MicrosoftCustomerAccountBillingScopeId, error)
MicrosoftCustomerAccountBillingScopeID parses a MCABillingScope ID into an MicrosoftCustomerAccountBillingScopeId struct
func NewMCABillingScopeID ¶
func NewMCABillingScopeID(billingAccountName, billingProfileName, invoiceSectionName string) MicrosoftCustomerAccountBillingScopeId
func (MicrosoftCustomerAccountBillingScopeId) ID ¶
func (id MicrosoftCustomerAccountBillingScopeId) ID() string
func (MicrosoftCustomerAccountBillingScopeId) String ¶
func (id MicrosoftCustomerAccountBillingScopeId) String() string
type MicrosoftPartnerAccountBillingScopeId ¶
func MicrosoftPartnerAccountBillingScopeID ¶
func MicrosoftPartnerAccountBillingScopeID(input string) (*MicrosoftPartnerAccountBillingScopeId, error)
MicrosoftPartnerAccountBillingScopeID parses a MPABillingScope ID into an MicrosoftPartnerAccountBillingScopeId struct
func NewMPABillingScopeID ¶
func NewMPABillingScopeID(billingAccountName, customerName string) MicrosoftPartnerAccountBillingScopeId
func (MicrosoftPartnerAccountBillingScopeId) ID ¶
func (id MicrosoftPartnerAccountBillingScopeId) ID() string
func (MicrosoftPartnerAccountBillingScopeId) String ¶
func (id MicrosoftPartnerAccountBillingScopeId) String() string
Click to show internal directories.
Click to hide internal directories.