blob: 149b75f555b806780db2b4297ef7ed65158f88ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// DomainJoinConfiguration is navigation property
func (b *ActiveDirectoryWindowsAutopilotDeploymentProfileRequestBuilder) DomainJoinConfiguration() *WindowsDomainJoinConfigurationRequestBuilder {
bb := &WindowsDomainJoinConfigurationRequestBuilder{BaseRequestBuilder: b.BaseRequestBuilder}
bb.baseURL += "/domainJoinConfiguration"
return bb
}
|